On Wed, Jul 6, 2011 at 5:01 AM, Tizzy <[email protected]> wrote: > Here's the git-daemon file: >
Great! GIT_DAEMON="$RUBY_HOME/bin/ruby1.9 $GITORIOUS_HOME/script/git-daemon - > d" > So it looks like this daemon will run another Ruby than the system one? That could probably explain why the daemons gem isn't found... Is there a reason why you don't use something like GIT_DAEMON="/usr/bin/env ruby $GITORIOUS_HOME/script/git-daemon -d" ? Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
