Supply examples when prompting for source code directory
[OSXPackageBuilder.git] / 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