From 8ca34d6f054478e0ea31eecbb1b91dffd5d10a03 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 3 May 2010 20:15:08 +0000 Subject: [PATCH] Remove forgotten debug statement git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19096 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 68aef44a0b..bb969b7117 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -1316,7 +1316,6 @@ function inst_webkit() { echo "webkit already installed. skipping." else wget_unpacked $WEBKIT_URL $DOWNLOAD_DIR $WEBKIT_DIR -ls $WEBKIT_DIR quiet ${LD} ${WEBKIT_LIBS} -o $TMP_UDIR/ofile || die "webkit not installed correctly" fi }