From 04eb2e89c6b606920f98db84311b579fd1743060 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 9 Feb 2014 10:24:22 +0100 Subject: util/board_status: Only pass switch `-a` once to `git commit` Change-Id: Iabcb26229401b03ad4ba2df0f78eee08f379aa03 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/5172 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- util/board_status/board_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/board_status/board_status.sh') diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh index 735932b010..3cff2316ed 100644 --- a/util/board_status/board_status.sh +++ b/util/board_status/board_status.sh @@ -202,7 +202,7 @@ if [ $UPLOAD_RESULTS -eq 1 ]; then echo "Uploading results" git add "${vendor}" - git commit -a -am "${mainboard_dir}/${tagged_version}/${timestamp}" + git commit -a -m "${mainboard_dir}/${tagged_version}/${timestamp}" git push origin # Results have been uploaded so it's pointless to keep the -- cgit v1.2.3