1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

platformtest.sh: Fix quoting

This commit is contained in:
Alexander Barton 2015-08-27 00:12:50 +02:00
parent c56138c280
commit c2e4c304e3

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`