projects
/
OSXPackageBuilder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
48d2507
)
Supply examples when prompting for source code directory
author
Ian Silvester
<iansilvester@fastmail.fm>
Fri, 8 Mar 2013 15:22:38 +0000
(15:22 +0000)
committer
Ian Silvester
<iansilvester@fastmail.fm>
Fri, 8 Mar 2013 15:22:38 +0000
(15:22 +0000)
common.sh
patch
|
blob
|
history
diff --git
a/common.sh
b/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