updated base-path comment

This commit is contained in:
Asif Bacchus 2019-01-09 02:02:43 -07:00
parent 2fe6786155
commit 93c257e2e9
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ mag="\e[95m"
err="\e[1;31m"
ok="\e[1;32m"
# allow base copy-path path for debugging, otherwise default to root as base
# allow base copy-path for debugging, otherwise default to '' as base (i.e. use
# root as base)
if [ -n "${1}" ]; then
path="${1%/}"
echo -e "\n${err}BASE PATH:${norm} ${path}"