auto-update can run in git subdirs; review GIT_WHITELIST for daemon
[infrastructure.git] / scripts / git-daemon.init.d
index f6b6ebc..bc3e64b 100755 (executable)
@@ -29,7 +29,7 @@ runlevel=$(set -- $(runlevel); eval "echo \$$#" )
 start()
 {
        echo -n $"Starting $prog: "
-       $(eval $GIT $OPTIONS) && success || failure
+       $GIT $OPTIONS && success || failure
        RETVAL=$?
        [ "$RETVAL" = 0 ] && touch /var/lock/subsys/git
        echo