summaryrefslogtreecommitdiffstats
path: root/abs/core/git/git-daemon
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-04 18:32:11 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-04 18:32:11 (GMT)
commita6c667c3705505ee5a9917841dd398796809f980 (patch)
treefebba2e238180954a056c228d6fcefd34037055d /abs/core/git/git-daemon
parent1ccaed36383a4c9a85a8ba618e6a5c299d2f4f2d (diff)
downloadlinhes_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-daemon2
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