Win32 - installer.sh - minor pkg_config tweak

hfelton-lists hfelton_lists at hotmail.com
Wed Dec 20 22:08:06 EST 2006


another truly minor tweak in a similar vein...

Index: install.sh
===================================================================
--- install.sh	(revision 15239)
+++ install.sh	(working copy)
@@ -689,7 +689,7 @@
     # latest revision that should compile, use HEAD or vwxyz
     SVN_REV="HEAD"
     if [ -x .svn ]; then
-	setup svn up
+	setup svn up for $REPOS_DIR
 	svn up -r ${SVN_REV}
     else
 	setup svn co


More information about the gnucash-devel mailing list