updated base-path comment
This commit is contained in:
parent
2fe6786155
commit
93c257e2e9
@ -14,7 +14,8 @@ mag="\e[95m"
|
|||||||
err="\e[1;31m"
|
err="\e[1;31m"
|
||||||
ok="\e[1;32m"
|
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
|
if [ -n "${1}" ]; then
|
||||||
path="${1%/}"
|
path="${1%/}"
|
||||||
echo -e "\n${err}BASE PATH:${norm} ${path}"
|
echo -e "\n${err}BASE PATH:${norm} ${path}"
|
||||||
|
Loading…
Reference in New Issue
Block a user