From b6af556282b79c026f5b038fccbbf9cabc692890 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 15 Jul 2022 10:32:35 -0400 Subject: [PATCH] updated look --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 8e9ba78b..119f0dcf 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -295,7 +295,7 @@ function show_active_branch() #echo "calculated directory as '$directory'" fi - echo -n -e "$(basename $directory)\n\t=> branch " + echo -n -e "$(basename $directory)\t=> branch " pushd "$directory" &>/dev/null #hmmm: if git... -- 2.34.1