Improve message printed on screen

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20457 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-03-23 17:28:24 +00:00
parent 712a3ecba3
commit 480f37c9bb

View File

@ -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