aboutsummaryrefslogtreecommitdiff
path: root/patch_iso.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patch_iso.sh')
-rwxr-xr-xpatch_iso.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch_iso.sh b/patch_iso.sh
index 6005495..6cd0a41 100755
--- a/patch_iso.sh
+++ b/patch_iso.sh
@@ -150,6 +150,7 @@ fi
# start extract -----------------------------------------------------------------
if [[ $CYGWIN ]]; then
+ mkdir -p RMCE01/DATA
cmd /C "wit extract $1 RMCE01\DATA"
ERROR="$?"
else