repo: ngircd
action: commit
revision: 
path_from: 
revision_from: c2e4c304e3adde2217056c2e6d674fd24e0cd800:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit c2e4c304e3adde2217056c2e6d674fd24e0cd800
Author: Alexander Barton 
Date:   Thu Aug 27 00:12:50 2015 +0200

    platformtest.sh: Fix quoting

diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh
index e3587fbf9d3f8a4fd0d1d714415b4ba466eb25f3..
index ..e7e5ffe1d19b93345472b14da5c9766d31904e77 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`

-----END OF PAGE-----