Last change
on this file since 26740 was 26740, checked in by Mathieu Morlighem, 3 years ago |
CHG: added 25834-26739
|
File size:
472 bytes
|
Rev | Line | |
---|
[26740] | 1 | Index: ../trunk-jpl/scripts/DownloadExamplesDatasets.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/scripts/DownloadExamplesDatasets.sh (revision 26189)
|
---|
| 4 | +++ ../trunk-jpl/scripts/DownloadExamplesDatasets.sh (revision 26190)
|
---|
| 5 | @@ -20,8 +20,7 @@
|
---|
| 6 | DIRECTORY_PREFIX=$1
|
---|
| 7 |
|
---|
| 8 | if [ ! -d "${DIRECTORY_PREFIX}" ]; then
|
---|
| 9 | - echo "Error: output directory ${DIRECTORY_PREFIX} does not exist"
|
---|
| 10 | - exit 1
|
---|
| 11 | + mkdir -p "${DIRECTORY_PREFIX}"
|
---|
| 12 | fi
|
---|
| 13 | fi
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.