From 3d497891ee115e6751f8abd8c56279df1083c707 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Thu, 8 Oct 2015 19:12:03 +0000 Subject: [PATCH] #5867: Fix miniupnpc strings script re. r14269 (patch by demosdemon) --- third-party/miniupnp/updateminiupnpcstrings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/miniupnp/updateminiupnpcstrings.sh b/third-party/miniupnp/updateminiupnpcstrings.sh index 3f3e7e749..dc075e314 100755 --- a/third-party/miniupnp/updateminiupnpcstrings.sh +++ b/third-party/miniupnp/updateminiupnpcstrings.sh @@ -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}\"|"