mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-03 05:08:06 +00:00
platformtest.sh: Fix quoting
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user