diff options
Diffstat (limited to 'bg1/install-patch-intl.sh')
-rwxr-xr-x | bg1/install-patch-intl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bg1/install-patch-intl.sh b/bg1/install-patch-intl.sh index 56ec960..4f8a45f 100755 --- a/bg1/install-patch-intl.sh +++ b/bg1/install-patch-intl.sh @@ -36,7 +36,7 @@ setuptmp getpatch $patch_url unzip "${TMPDIR}/${patch_name}" -d "${TMPDIR}" || diesoftly -unshield -g "$LANGUAGE" -L x "${TMPDIR}/data1.cab" -d "$TMPDIR" || diesoftly +unshield -g "$LANGUAGE" -d "$TMPDIR" -L x "${TMPDIR}/data1.cab" || diesoftly LANGUAGE="$(echo $LANGUAGE|tr A-Z a-z|tr ' ' _)" # alter formatting cp -R "${TMPDIR}/${LANGUAGE}/"* "$TARGETDIR" || diesoftly |