source: issm/oecreview/Archive/25834-26739/ISSM-26189-26190.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 472 bytes
  • ../trunk-jpl/scripts/DownloadExamplesDatasets.sh

     
    2020        DIRECTORY_PREFIX=$1
    2121
    2222        if [ ! -d "${DIRECTORY_PREFIX}" ]; then
    23                 echo "Error: output directory ${DIRECTORY_PREFIX} does not exist"
    24                 exit 1
     23                mkdir -p "${DIRECTORY_PREFIX}"
    2524        fi
    2625fi
    2726
Note: See TracBrowser for help on using the repository browser.