[package] ppp: quote positional parameters when calling up/down scripts (closes:...
[openwrt.git] / package / ppp / files / etc / ppp / ip-down
index 4c8ee63..499dc59 100755 (executable)
@@ -17,6 +17,6 @@ export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM
 [ -d /etc/ppp/ip-down.d ] && {
        for SCRIPT in /etc/ppp/ip-down.d/*
        do
-               [ -x "$SCRIPT" ] && "$SCRIPT" $@
+               [ -x "$SCRIPT" ] && "$SCRIPT" "$@"
        done
 }
This page took 0.027598 seconds and 4 git commands to generate.