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 -----------------------------------------------------------------
|
# start extract -----------------------------------------------------------------
|
||||||
|
|
||||||
if [[ $CYGWIN ]]; then
|
if [[ $CYGWIN ]]; then
|
||||||
cmd /C wit extract $1 RMCE01
|
cmd /C "wit extract $1 RMCE01\DATA"
|
||||||
ERROR="$?"
|
ERROR="$?"
|
||||||
else
|
else
|
||||||
wit extract $1 RMCE01
|
wit extract $1 RMCE01
|
||||||
|
|
Loading…
Add table
Reference in a new issue