Feature #10603 ยป 0001-rc.initial-handle-c-command-with-arguments.patch
src/etc/rc.initial | ||
---|---|---|
49 | 49 |
while [ $# -gt 0 ]; do |
50 | 50 |
case $1 in |
51 | 51 |
-c ) shift |
52 |
/bin/sh -c $1
|
|
52 |
/bin/sh -c "$@"
|
|
53 | 53 |
exit |
54 | 54 |
;; |
55 | 55 |
* ) |