]> arthur.barton.de Git - ngircd.git/commitdiff
platformtest.sh: Fix quoting
authorAlexander Barton <alex@barton.de>
Wed, 26 Aug 2015 22:12:50 +0000 (00:12 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 26 Aug 2015 22:12:50 +0000 (00:12 +0200)
contrib/platformtest.sh

index e3587fbf9d3f8a4fd0d1d714415b4ba466eb25f3..e7e5ffe1d19b93345472b14da5c9766d31904e77 100755 (executable)
@@ -161,7 +161,7 @@ if [ -r "Makefile" ]; then
 fi
 
 # Get ngIRCd version information
-eval $(grep "^VERSION = " Makefile | sed -e 's/ //g')
+eval "$(grep "^VERSION = " Makefile | sed -e 's/ //g')"
 case "$VERSION" in
        *~*-*)
                VERSION=`echo "$VERSION" | cut -b1-10`