diff options
Diffstat (limited to 'net/pppd.sh')
-rw-r--r-- | net/pppd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pppd.sh b/net/pppd.sh index 796722e..e3c4d43 100644 --- a/net/pppd.sh +++ b/net/pppd.sh @@ -163,7 +163,7 @@ pppd_pre_start() # We need to flatten the useless array set -- $(_get_array "chat_${IFVAR}") if [ $# != 0 ]; then - opts="${opts} connect '$(echo ${chatprog} $@ | sed -e "s:':'\\\\'':g")'" + opts="${opts} connect '$(echo ${chatprog} "$@" | sed -e "s:':'\\\\'':g")'" fi # Add plugins |