1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 13:35:36 +00:00

#5867: Fix miniupnpc strings script re. r14269 (patch by demosdemon)

This commit is contained in:
Mike Gelfand 2015-10-08 19:12:03 +00:00
parent 8b4da8c22e
commit 3d497891ee

View file

@ -38,7 +38,7 @@ if [ "$OS_NAME" = "AmigaOS" ]; then
fi
echo "Detected OS [$OS_NAME] version [$OS_VERSION]"
MINIUPNPC_VERSION=`cat VERSION`
MINIUPNPC_VERSION=`cat ${VERSION_FILE}`
echo "MiniUPnPc version [${MINIUPNPC_VERSION}]"
EXPR="s|OS_STRING \".*\"|OS_STRING \"${OS_NAME}/${OS_VERSION}\"|"