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
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.