diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:20:03 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:20:03 -0600 |
commit | 524ed5747dd8abc0c10c322cccb7ea6720b56e72 (patch) | |
tree | 9930348fe726b808cde2e88efbc3f61541871689 | |
parent | f256923094f9328be11e5203e4546299dc653dd3 (diff) | |
download | riibalanced-patcher-524ed5747dd8abc0c10c322cccb7ea6720b56e72.tar riibalanced-patcher-524ed5747dd8abc0c10c322cccb7ea6720b56e72.tar.gz riibalanced-patcher-524ed5747dd8abc0c10c322cccb7ea6720b56e72.tar.bz2 |
add dirs beforehand
-rwxr-xr-x | patch_iso.sh | 1 |
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 |