diff options
| author | Roy Marples <roy@marples.name> | 2011-06-01 06:28:41 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2011-06-01 06:28:41 +0000 |
| commit | 5cbb26a03b2a3912537a1c6c77c3e05c79ca6820 (patch) | |
| tree | adc0f7f0fec53fba795d10be8913c81f512ab79a /configure | |
| parent | d5234a51d980457e24044c67eb4f50f810f695ee (diff) | |
| download | dhcpcd-5cbb26a03b2a3912537a1c6c77c3e05c79ca6820.tar.xz | |
Shell portability fixes
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ DEBUG= FORK= INCLUDEDIR= -for x; do +for x do opt=${x%%=*} var=${x#*=} case "$opt" in |
