]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix line length
authorRoy Marples <roy@marples.name>
Thu, 24 Apr 2008 14:50:04 +0000 (14:50 +0000)
committerRoy Marples <roy@marples.name>
Thu, 24 Apr 2008 14:50:04 +0000 (14:50 +0000)
dhcpcd.sh.in

index f7fb01bd286788b8541820417da2285cebb31d3b..0779385ed29a108ec584d5715aa10568bdf45d26 100644 (file)
@@ -27,7 +27,9 @@
 do_hooks()
 {
        local x= r=0
-       for x in @SYSCONFDIR@/dhcpcd-"$1"-hook.d/* @SYSCONFDIR@/dhcpcd-"$1"-hook; do
+       for x in @SYSCONFDIR@/dhcpcd-"$1"-hook.d/* \
+               @SYSCONFDIR@/dhcpcd-"$1"-hook \
+       ; do
                if [ -e "${x}" ]; then
                        . "${x}"
                        r=$((${r} + $?))