diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-04 18:32:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-04 18:32:11 (GMT) |
commit | a6c667c3705505ee5a9917841dd398796809f980 (patch) | |
tree | febba2e238180954a056c228d6fcefd34037055d /abs/core/git/git-daemon | |
parent | 1ccaed36383a4c9a85a8ba618e6a5c299d2f4f2d (diff) | |
download | linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.zip linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.gz linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.bz2 |
git: updated to 1.7.7.1
-removed emacs from PKGBUILD
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 |