Commit 3f13be30 authored by Marc Vef's avatar Marc Vef
Browse files

Merge branch 'bugfix_dl_deps_script' into 'master'

bugfix: dl_script with non-existing output path

See merge request zdvresearch_bsc/adafs!23
parents 5803647e b582e147
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ if [[ -z ${1+x} ]]; then
    usage_short
    exit
fi
SOURCE="$( readlink -f "${1}" )"
SOURCE="$( readlink -mn "${1}" )"

# optional arguments
if [ "${NA_LAYER}" == "" ]; then