summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbg1/install-patch-baldurdash-text.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg1/install-patch-baldurdash-text.sh b/bg1/install-patch-baldurdash-text.sh
index 11d7969..885bc1b 100755
--- a/bg1/install-patch-baldurdash-text.sh
+++ b/bg1/install-patch-baldurdash-text.sh
@@ -42,7 +42,7 @@ getpatch $patch_url
# unzip complains unnecessarily about skipping non-zip
# part so don't print errors or die on failure
-unzip -L "${TMPDIR}/${patch_url}.exe" -d "$TMPDIR" 2>/dev/null
+unzip -L "${TMPDIR}/${patch_name}" -d "$TMPDIR" 2>/dev/null
cp "${TMPDIR}/dialog.tlk" "${TARGETDIR}/" || diesoftly
cleanuptmp