From 29afbee64d81572e5b10543607f299f7212951e9 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 28 Jun 2013 20:58:44 -0400 Subject: [PATCH] fix(update_ebuilds): Move misplaced command The big here document in the middle of a if statement confuses the code layout some and I put the git commit outside of the else clause instead of inside. Ooops. The joy of shell. --- update_ebuilds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ebuilds b/update_ebuilds index adc4e2af48..1a13417a08 100755 --- a/update_ebuilds +++ b/update_ebuilds @@ -69,8 +69,8 @@ bump($1): sync with upstream Packages updated: $(for p in "$@"; do echo " $p"; done | sort) EOF + git commit -e -F .git/COMMIT_EDITMSG fi - git commit -e -F .git/COMMIT_EDITMSG else git status fi