diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/network.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/network.in b/init.d/network.in index 823c81ff..98d4d295 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -154,7 +154,7 @@ runargs() ''|"#"*) ;; *) ( - vebegin "${args#*!}" + eval vebegin "${args#*!}" eval "${args#*!}" veend $? );; @@ -204,7 +204,7 @@ start() ''|"#"*) ;; "!"*) ( - vebegin "${args#*!}" + eval vebegin "${args#*!}" eval "${args#*!}" veend $? );; |