diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:20:53 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:20:53 -0600 |
commit | 23862422fbd1fccd31c1b1908e572993030bb4e0 (patch) | |
tree | d5fd845abb69a596b40406b99c7dc2a2212f9195 | |
parent | 524ed5747dd8abc0c10c322cccb7ea6720b56e72 (diff) | |
download | riibalanced-patcher-23862422fbd1fccd31c1b1908e572993030bb4e0.tar riibalanced-patcher-23862422fbd1fccd31c1b1908e572993030bb4e0.tar.gz riibalanced-patcher-23862422fbd1fccd31c1b1908e572993030bb4e0.tar.bz2 |
forgot how wit works
-rwxr-xr-x | patch_iso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch_iso.sh b/patch_iso.sh index 6cd0a41..8669786 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -150,7 +150,7 @@ fi # start extract ----------------------------------------------------------------- if [[ $CYGWIN ]]; then - mkdir -p RMCE01/DATA + mkdir RMCE01 cmd /C "wit extract $1 RMCE01\DATA" ERROR="$?" else |