summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2011-06-01 06:28:41 +0000
committerRoy Marples <roy@marples.name>2011-06-01 06:28:41 +0000
commit5cbb26a03b2a3912537a1c6c77c3e05c79ca6820 (patch)
treeadc0f7f0fec53fba795d10be8913c81f512ab79a /configure
parentd5234a51d980457e24044c67eb4f50f810f695ee (diff)
downloaddhcpcd-5cbb26a03b2a3912537a1c6c77c3e05c79ca6820.tar.xz
Shell portability fixes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6b464a17..8a395fef 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ DEBUG=
FORK=
INCLUDEDIR=
-for x; do
+for x do
opt=${x%%=*}
var=${x#*=}
case "$opt" in