projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08b482
)
Improve debug output
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Jul 2014 19:15:57 +0000
(15:15 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Jul 2014 19:15:57 +0000
(15:15 -0400)
scripts/vs-sub
patch
|
blob
|
history
diff --git
a/scripts/vs-sub
b/scripts/vs-sub
index
a08d1e8
..
89518d0
100755
(executable)
--- a/
scripts/vs-sub
+++ b/
scripts/vs-sub
@@
-42,7
+42,7
@@
display_subrepo_name()
COLOR_NORMAL='\033[0m'
echo -en "${COLOR_BLUE}"
- echo "
[${dest}]
"
+ echo "
${dest}
"
echo -en "${COLOR_NORMAL}"
}