[Xfce4-commits] <midori:master> makedist: quote version_tag variable when comparing

Christian Dywan noreply at xfce.org
Mon Feb 11 23:14:03 CET 2013


Updating branch refs/heads/master
         to bbabacc96f15934b41699f682408f2c9ff508aca (commit)
       from c9f3ec01b81daa2fa97193aad27d874628d6db00 (commit)

commit bbabacc96f15934b41699f682408f2c9ff508aca
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Mon Feb 11 15:18:59 2013 +0100

    makedist: quote version_tag variable when comparing

 win32/makedist/makedist.midori |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 52c2d64..2d2d1db 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -46,7 +46,7 @@ if [ "$1" != "" ]; then
    version_tag="$1"
 fi
 
-if [ $version_tag != "" ]; then
+if [ "$version_tag" != "" ]; then
     version_tag=$version_tag-$version
 else
     version_tag=$version


More information about the Xfce4-commits mailing list