commit c2e4c304e3adde2217056c2e6d674fd24e0cd800 from: Alexander Barton date: Wed Aug 26 22:12:50 2015 UTC platformtest.sh: Fix quoting commit - c56138c2808bdfc22811c5617c58b149f7725e62 commit + c2e4c304e3adde2217056c2e6d674fd24e0cd800 blob - e3587fbf9d3f8a4fd0d1d714415b4ba466eb25f3 blob + e7e5ffe1d19b93345472b14da5c9766d31904e77 --- contrib/platformtest.sh +++ 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`