summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.d/routed2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/routed b/etc/rc.d/routed
index 145c8af..e163960 100755
--- a/etc/rc.d/routed
+++ b/etc/rc.d/routed
@@ -19,5 +19,5 @@ name="routed"
load_rc_config $name
rcvar="router_enable"
command="${router:-/sbin/${name}}"
-eval ${name}_flags=${router_flags}
+eval ${name}_flags=\"${router_flags}\"
run_rc_command "$1"
OpenPOWER on IntegriCloud