summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 16:08:43 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 16:08:43 +0000
commitf0ef09a06a898e923486b719600fd458e1f28074 (patch)
tree271f4b09219ab6fbb606d05988493225063649b2 /lib/make/make.configuration
parentb607643d718eaa755004fc8f5cb77d08834d6402 (diff)
Protected a ? with a \ in an echo statement.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@476 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 24de4178..a6d58c63 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -108,7 +108,7 @@ $(TOP)/ActiveThorns:
echo $(DIVIDER) ; \
cat $@ ; \
echo $(DIVIDER) ; \
- echo Edit this list \(no\) ? ; \
+ echo Edit this list \(no\) \? ; \
read action rest ; \
if [ "x$$action" = "xyes" -o "x$$action" = "xy" -o "x$$action" = "xYES" -o "x$$action" = "xY" ] ; \
then $$EDITOR $@ ; fi ; \