From e9ac1c4d09e0ffd0af45a1f56b32ddcea5633c43 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 20 Dec 2016 02:08:19 -0500 Subject: [PATCH] added separators --- scripts/rev_control/version_control.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 9bf195c1..af8d3cf6 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -193,6 +193,7 @@ function checkin_list() if [ ! -d "$j" ]; then continue; fi echo "checking in '$j'..." do_checkin $j + sep 7 done done } @@ -291,7 +292,7 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo "[$(pwd)]" $action . - echo "=======" + sep 7 popd &>/dev/null done 3<"$tempfile" -- 2.34.1