summary refs log tree commit diff
path: root/contrib/platformtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/platformtest.sh')
-rwxr-xr-xcontrib/platformtest.sh2
1 files changed, 1 insertions, 1 deletions
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`