From 93c257e2e92d7b54292f2c330bdf53eeab74d7bc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 02:02:43 -0700 Subject: [PATCH] updated base-path comment --- customize.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.sh b/customize.sh index 0ba2fbb..ec59387 100644 --- a/customize.sh +++ b/customize.sh @@ -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}"