From c4732b3c9ecf2c6b76f3e92e8aec9ea79d71d34e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 24 Mar 2011 19:42:31 +0000 Subject: [PATCH] [20457] Improve message printed on screen git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@20466 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/functions.sh b/packaging/win32/functions.sh index c68ecc051e..b7142a9f9b 100644 --- a/packaging/win32/functions.sh +++ b/packaging/win32/functions.sh @@ -206,7 +206,7 @@ function configure_msys() { # Make sure msys will be using this mingw SUFFIX=$1 _MINGW_WFSDIR=$2 - echo "configuring msys to use this mingw. suffix=$SUFFIX, _MINGW_WFSDIR=$_MINGW_WFSDIR" + echo "configuring msys to use $_MINGW_WFSDIR." cp /etc/fstab /etc/fstab.$SUFFIX sed '\,/mingw$, d' /etc/fstab > tmp echo "$_MINGW_WFSDIR /mingw" >> tmp