platformtest.sh: Fix quoting
This commit is contained in:
parent
c56138c280
commit
c2e4c304e3
|
@ -161,7 +161,7 @@ if [ -r "Makefile" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get ngIRCd version information
|
# Get ngIRCd version information
|
||||||
eval $(grep "^VERSION = " Makefile | sed -e 's/ //g')
|
eval "$(grep "^VERSION = " Makefile | sed -e 's/ //g')"
|
||||||
case "$VERSION" in
|
case "$VERSION" in
|
||||||
*~*-*)
|
*~*-*)
|
||||||
VERSION=`echo "$VERSION" | cut -b1-10`
|
VERSION=`echo "$VERSION" | cut -b1-10`
|
||||||
|
|
Loading…
Reference in New Issue