aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Configure b/scripts/Configure
index 01637bdbe..84302075d 100644
--- a/scripts/Configure
+++ b/scripts/Configure
@@ -122,7 +122,7 @@ function rndval () {
122# help variable 122# help variable
123# 123#
124function help () { 124function help () {
125 if [ -f Documentation/Configure.help ] 125 if [ -f docs/Configure.help ]
126 then 126 then
127 #first escape regexp special characters in the argument: 127 #first escape regexp special characters in the argument:
128 var=$(echo "$1"|sed 's/[][\/.^$*]/\\&/g') 128 var=$(echo "$1"|sed 's/[][\/.^$*]/\\&/g')
@@ -135,7 +135,7 @@ ${var}:\\
135 /^[^ ]/q 135 /^[^ ]/q
136 /<file:\\([^>]*\\)>/s//\\1/g 136 /<file:\\([^>]*\\)>/s//\\1/g
137 p 137 p
138 }" Documentation/Configure.help) 138 }" docs/Configure.help)
139 if [ -z "$text" ] 139 if [ -z "$text" ]
140 then 140 then
141 echo; echo " Sorry, no help available for this option yet.";echo 141 echo; echo " Sorry, no help available for this option yet.";echo
@@ -144,7 +144,7 @@ ${var}:\\
144 fi 144 fi
145 else 145 else
146 echo; 146 echo;
147 echo " Can't access the file Documentation/Configure.help which" 147 echo " Can't access the file docs/Configure.help which"
148 echo " should contain the help texts." 148 echo " should contain the help texts."
149 echo 149 echo
150 fi 150 fi