Supply examples when prompting for source code directory
authorIan Silvester <iansilvester@fastmail.fm>
Fri, 8 Mar 2013 15:22:38 +0000 (15:22 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Fri, 8 Mar 2013 15:22:38 +0000 (15:22 +0000)
common.sh

index fd82779..1b97b09 100755 (executable)
--- 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