aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 11:12:25 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 11:12:25 +0000
commitd61f1963bf1303d09eb6ff52548eb26f80e472d6 (patch)
treea8469d385886f625a915ff94fdca2ab3d44bd952
parent41e6db2c13b3d933c742b9ab985878be8caf01f3 (diff)
downloadbusybox-w32-d61f1963bf1303d09eb6ff52548eb26f80e472d6.tar.gz
busybox-w32-d61f1963bf1303d09eb6ff52548eb26f80e472d6.tar.bz2
busybox-w32-d61f1963bf1303d09eb6ff52548eb26f80e472d6.zip
Fix location of Configure.help
git-svn-id: svn://busybox.net/trunk/busybox@3619 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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