From 480f37c9bb9c4ade642f2fd909ea265e2d2e01ad Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 23 Mar 2011 17:28:24 +0000 Subject: [PATCH] Improve message printed on screen git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20457 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