X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;fp=setup.sh;h=50df24d8ccc5223a5adb6f80b58f6641cc7abc86;hp=da3e9bde524c231dd235db7befd895062c324088;hb=e3b75caad520a1711c4fa5966950b1a3b32117a9;hpb=331170cef10819abc0f0fa49442a20ac9fd47b09 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.