From c2e4c304e3adde2217056c2e6d674fd24e0cd800 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 27 Aug 2015 00:12:50 +0200 Subject: [PATCH] platformtest.sh: Fix quoting --- contrib/platformtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.39.2