commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9573 - trunk/gnue-common/utils


From: reinhard
Subject: [gnue] r9573 - trunk/gnue-common/utils
Date: Thu, 10 May 2007 01:18:43 -0500 (CDT)

Author: reinhard
Date: 2007-05-10 01:18:42 -0500 (Thu, 10 May 2007)
New Revision: 9573

Modified:
   trunk/gnue-common/utils/make-packages
Log:
Fixed condition.


Modified: trunk/gnue-common/utils/make-packages
===================================================================
--- trunk/gnue-common/utils/make-packages       2007-05-09 22:23:45 UTC (rev 
9572)
+++ trunk/gnue-common/utils/make-packages       2007-05-10 06:18:42 UTC (rev 
9573)
@@ -18,9 +18,10 @@
 gcvs setup.py --quiet sdist --format="gztar,zip"
 
 # Create the debian package (.deb)
-if [ -z $(type -p dh_pysupport) ]; then
+if [ -z "$(type -p dh_pysupport)" ]; then
   echo "$(date --iso-8601=seconds) Debian python-support missing. Not creating 
debian package."
   exit 1
+fi
 
 echo "$(date --iso-8601=seconds) Creating debian package."
 cd dist





reply via email to

[Prev in Thread] Current Thread [Next in Thread]