From 7aa8c87243a3efd18aa72ea4d1db1da10bc54cf7 Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Fri, 8 Mar 2013 15:22:38 +0000 Subject: [PATCH] Supply examples when prompting for source code directory --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index fd82779..1b97b09 100755 --- a/common.sh +++ b/common.sh @@ -211,7 +211,7 @@ case "${DIRS_FOUND}" in ;; # either both or neither found 11|0) - read -p 'Could not select the Privoxy source directory. Please supply the directory name: ' SOURCE_DIR + read -p 'Could not select the Privoxy source directory. Please supply the directory name (e.g. current or dist): ' SOURCE_DIR ;; esac cd OSXPackageBuilder -- 2.39.2