]> git.mjollnir.org Git - scripts.git/commitdiff
fixed newline handling in newfgits
authorPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:37:02 +0000 (11:37 +1300)
committerPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:37:02 +0000 (11:37 +1300)
bin/newfgits

index f895f8c0dcdb8725c93e43c66908229ca0ccd129..c5746ca974aa5509b1b1097d745ae2f5c557817e 100755 (executable)
@@ -29,8 +29,7 @@ GIT_DIR=~/.fgits/$REPO.git git init --bare && cd .fgits/$REPO.git \
 
 ssh $GITSERVER "GIT_DIR=$GITPATH/$REPO.git git init-db"
 
-echo "
-[.fgits/$REPO.git]
+echo "[.fgits/$REPO.git]
 checkout = git_fake_bare_checkout 'ssh://$GITSERVER$GITPATH/$REPO.git' '$REPO.git' '../../'
 " >> ~/.mrconfig