[sysadmin-bin] Drop the quotes.



commit 9392070ffaf2057b457e698f11109bb18e7b5ed5
Author: Andrea Veri <av gnome org>
Date:   Tue Aug 13 22:12:10 2013 +0200

    Drop the quotes.

 git/post-receive-notify-kgb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-notify-kgb b/git/post-receive-notify-kgb
index 2867014..697eddd 100755
--- a/git/post-receive-notify-kgb
+++ b/git/post-receive-notify-kgb
@@ -5,4 +5,4 @@
 REPOSITORY_ID=$(basename "$PWD")
 REPOSITORY_ID=${REPOSITORY_ID%.git}
 
-grep -r --exclude="wip/*" refs/heads/ | kgb-client --conf /home/admin/KGB/kgb-client-$REPOSITORY_ID.conf 
--repository git --git-reflog - > /dev/null 2>&1
+grep -r --exclude=wip/* refs/heads/ | kgb-client --conf /home/admin/KGB/kgb-client-$REPOSITORY_ID.conf 
--repository git --git-reflog - > /dev/null 2>&1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]