updated look
authorChris Koeritz <fred@gruntose.com>
Fri, 15 Jul 2022 14:32:35 +0000 (10:32 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 15 Jul 2022 14:32:35 +0000 (10:32 -0400)
scripts/rev_control/version_control.sh

index 8e9ba78b7ac40b71fb5437cd433ebd4d20961af6..119f0dcf45b2a74b39d420806db51ced356153b6 100644 (file)
@@ -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...