diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:19:09 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:19:09 -0600 |
commit | f256923094f9328be11e5203e4546299dc653dd3 (patch) | |
tree | 56ebf9ec2857e146bcdb3d25aa69d2110d0abe98 | |
parent | b4a78e144c3c90307a79acb13819f60d094db327 (diff) | |
download | riibalanced-patcher-f256923094f9328be11e5203e4546299dc653dd3.tar riibalanced-patcher-f256923094f9328be11e5203e4546299dc653dd3.tar.gz riibalanced-patcher-f256923094f9328be11e5203e4546299dc653dd3.tar.bz2 |
export to two subdirs
-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 fbfd9fd..6005495 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -150,7 +150,7 @@ fi # start extract ----------------------------------------------------------------- if [[ $CYGWIN ]]; then - cmd /C wit extract $1 RMCE01 + cmd /C "wit extract $1 RMCE01\DATA" ERROR="$?" else wit extract $1 RMCE01 |