platformtest.sh: Fix quoting

This commit is contained in:
Alexander Barton 2015-08-27 00:12:50 +02:00
parent c56138c280
commit c2e4c304e3
1 changed files with 1 additions and 1 deletions

View File

@ -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`