export to two subdirs
This commit is contained in:
parent
b4a78e144c
commit
f256923094
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue