X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2Fplatformtest.sh;h=e7e5ffe1d19b93345472b14da5c9766d31904e77;hp=e3587fbf9d3f8a4fd0d1d714415b4ba466eb25f3;hb=1e84b2640e3ca3fef0bdc0a63198cb98c8c6f7e3;hpb=3de972e0bdbb5da7b13db5628e5373e3ec57cf51 diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index e3587fbf..e7e5ffe1 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -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`