]> TLD Linux GIT Repositories - rc-scripts.git/blobdiff - lib/functions
- merged misc fixes
[rc-scripts.git] / lib / functions
index 04e7f29332e7ee316b75de17381e6c655fb4fea5..6d68d96a22c6c6aa69cf751d28946617b73fba1e 100644 (file)
@@ -577,7 +577,7 @@ run_cmd() {
                cd /
                export HOME=/tmp TMPDIR=/tmp
                if is_no "$RC_LOGGING"; then
-                       ${user:+setuidgid -s $user} "$@" 2>&1
+                       ${user:+setuidgid -s $user} eval "$@" 2>&1
                else
                        ${user:+setuidgid -s $user} initlog -c "$*" 2>&1
                fi