From 643de6fae95432a8af1af229741f08be4e197209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Fri, 22 Dec 2006 11:10:38 +0000 Subject: [PATCH] Fix install.sh typo, spotted by hfelton. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15247 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index c5affab25f..300179a36f 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -711,7 +711,7 @@ function inst_gnucash() { qpopd # Create a startup script that works without the msys shell - qpushd $_INSTALL_UDIR}/bin + qpushd $_INSTALL_UDIR/bin echo "set PATH=${INSTALL_DIR}\\bin;${INSTALL_DIR}\\lib\\bin;${GOFFICE_DIR}\\bin;${LIBGSF_DIR}\\bin;${GNOME_DIR}\\bin;${LIBXML2_DIR}\\bin;${GUILE_DIR}\\bin;${REGEX_DIR}\\bin;${AUTOTOOLS_DIR}\\bin;%PATH%" > gnucash.bat echo "set GUILE_WARN_DEPRECATED=no" >> gnucash.bat echo "set GNC_MODULE_PATH=${INSTALL_DIR}\\lib\\gnucash" >> gnucash.bat