repo: ngircd action: commit revision: path_from: revision_from: c2e4c304e3adde2217056c2e6d674fd24e0cd800: path_to: revision_to:
commit c2e4c304e3adde2217056c2e6d674fd24e0cd800 Author: Alexander BartonDate: Thu Aug 27 00:12:50 2015 +0200 platformtest.sh: Fix quoting diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh
--- 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-----