From 331170cef10819abc0f0fa49442a20ac9fd47b09 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 31 Mar 2009 17:18:36 +0200 Subject: [PATCH] sync.sh: Be more compatible. --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 95b3c4a..6600c88 100755 --- a/sync.sh +++ b/sync.sh @@ -34,7 +34,7 @@ for project in `find . -name .git -type d`; do # be pushed to the remote hosts). if [ $method = status ]; then # Display a log similar to gitk but for the console. - function git_log() { + git_log() { output=`git log --graph --all --pretty=oneline --color $1` if [ "x$output" != x ]; then echo $2 -- 2.44.1