Closed shinsa82 closed 2 years ago
DOA (run-doa.sh) fails when -f is specified and the input directory contains whitespaces:
run-doa.sh
-f
Example:
bash ./run-doa.sh -l oracle -f "/tmp/a b/plsql-example"
It makes docker run, especially mounting of the input directory, fail.
docker run
See for -f and -l usage: https://github.com/konveyor/tackle-diva/blob/main/doa/README-Oracle.md
-l
DOA (
run-doa.sh
) fails when-f
is specified and the input directory contains whitespaces:Example:
It makes
docker run
, especially mounting of the input directory, fail.See for
-f
and-l
usage: https://github.com/konveyor/tackle-diva/blob/main/doa/README-Oracle.md