aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 11:12:25 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 11:12:25 +0000
commitf46999f8bc42ebfa50f14e7d53e56a12731bfdd3 (patch)
treea8469d385886f625a915ff94fdca2ab3d44bd952
parent1552ff7efb760214eb4e5afc97f200136a935643 (diff)
downloadbusybox-w32-f46999f8bc42ebfa50f14e7d53e56a12731bfdd3.tar.gz
busybox-w32-f46999f8bc42ebfa50f14e7d53e56a12731bfdd3.tar.bz2
busybox-w32-f46999f8bc42ebfa50f14e7d53e56a12731bfdd3.zip
Fix location of Configure.help
-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