summaryrefslogtreecommitdiff
path: root/bg1/install-patch-us.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bg1/install-patch-us.sh')
-rwxr-xr-xbg1/install-patch-us.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg1/install-patch-us.sh b/bg1/install-patch-us.sh
index 2d382ea..f22045f 100755
--- a/bg1/install-patch-us.sh
+++ b/bg1/install-patch-us.sh
@@ -36,7 +36,7 @@ setuptmp
getpatch $patch_url
cabextract -L "${TMPDIR}/${patch_name}" -d "$TMPDIR" || diesoftly
-unshield -L x "${TMPDIR}/data1.cab" -d "$TMPDIR" || diesoftly
+unshield -d "$TMPDIR" -L x "${TMPDIR}/data1.cab" || diesoftly
cp -R "${TMPDIR}/english/"* "$TARGETDIR" || diesoftly