From e3b75caad520a1711c4fa5966950b1a3b32117a9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 8 Apr 2009 00:13:34 +0200 Subject: [PATCH] setup.sh: Be more compatible. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index da3e9bd..50df24d 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ # Creates a new git repository in $1, adds a new remote named $2 and fetches # the master on $3. If the git repository already exists a new remote $2 for # $3 is added. If the remote already exists nothing happens. -function git_remote_init_update() { +git_remote_init_update() { # Make sure the requested directory exists. mkdir -p "$1" # Go to the target directory. -- 2.43.2