From: Adam Dickmeiss Date: Fri, 26 Oct 2012 09:02:14 +0000 (+0200) Subject: Quote test string X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=c929308b8fdf01258b4bbe81005e3a3959e9d9cc Quote test string --- diff --git a/id-deb-build/id-pbuild.sh b/id-deb-build/id-pbuild.sh index 51cb8e0..004f892 100755 --- a/id-deb-build/id-pbuild.sh +++ b/id-deb-build/id-pbuild.sh @@ -161,7 +161,7 @@ if $upload; then echo "cd ~/proj/git-tools/update-archive" echo "sudo su" echo "./update-archive.sh" - if test ${CENTOS_DIST}; then + if test "${CENTOS_DIST}"; then echo "./update-yum-archive.sh" fi echo "===================================================="