r22330 - gnucash/trunk/packaging/win32 - Win32 nightly: fix syntax error caused by previous commit

Geert Janssens gjanssens at code.gnucash.org
Fri Aug 17 17:26:21 EDT 2012


Author: gjanssens
Date: 2012-08-17 17:26:20 -0400 (Fri, 17 Aug 2012)
New Revision: 22330
Trac: http://svn.gnucash.org/trac/changeset/22330

Modified:
   gnucash/trunk/packaging/win32/dist-impl.sh
Log:
Win32 nightly: fix syntax error caused by previous commit

Modified: gnucash/trunk/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist-impl.sh	2012-08-17 20:30:41 UTC (rev 22329)
+++ gnucash/trunk/packaging/win32/dist-impl.sh	2012-08-17 21:26:20 UTC (rev 22330)
@@ -315,6 +315,7 @@
           SETUP_FILENAME="gnucash-${PKG_VERSION}-${REPOS_TYPE}-r${REVISION}-setup.exe"
         else
           SETUP_FILENAME="gnucash-${PKG_VERSION}-$(date +'%Y-%m-%d')-${REPOS_TYPE}-${REVISION}-setup.exe"
+        fi
         qpushd ${_GNUCASH_UDIR}
             mv gnucash-${PKG_VERSION}-setup.exe ${SETUP_FILENAME}
         qpopd



More information about the gnucash-changes mailing list