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:
parent
8b4da8c22e
commit
3d497891ee
1 changed files with 1 additions and 1 deletions
|
@ -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}\"|"
|
||||
|
|
Loading…
Reference in a new issue