diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-11-04 18:41:02 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-11-04 18:41:02 (GMT) |
commit | fc09884530df067edee5973367d33aa01f54a50e (patch) | |
tree | 56f1aa5ceb04367909dc1e93d6b2efb9003a2df6 /abs/core/git/git-daemon | |
parent | 677160c21605f6e16bf18b249b63fe0c56e87f6a (diff) | |
parent | b7aec163ffacbe0c25399e2b832ce11fc17b31e6 (diff) | |
download | linhes_pkgbuild-fc09884530df067edee5973367d33aa01f54a50e.zip linhes_pkgbuild-fc09884530df067edee5973367d33aa01f54a50e.tar.gz linhes_pkgbuild-fc09884530df067edee5973367d33aa01f54a50e.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/git/git-daemon')
-rw-r--r-- | abs/core/git/git-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/git/git-daemon b/abs/core/git/git-daemon index 83e41a3..21ba73e 100644 --- a/abs/core/git/git-daemon +++ b/abs/core/git/git-daemon @@ -20,7 +20,7 @@ case "$1" in if [ -z "$PID" ]; then [ -f $PIDF ] && rm -f $PIDF # RUN - $daemon_bin --pid-file=$PIDF $GIT_DAEMON_ARGS $GIT_REPO + $daemon_bin --pid-file=$PIDF $GIT_DAEMON_ARGS # if [ $? -gt 0 ]; then stat_fail |