Meta/V: separate branch and describe output with a HT
Junio C Hamano committed
Mar 25, 2007 at 23:37 UTC
7f1d866be598155f3339160786f13f33e9f2df64
1 file changed
+1
-1
V
+1
-1
index f6553a4e4e..9c871bfd11 100755
--- a/V
+++ b/V
@@ -1,5 +1,5 @@
#!/bin/sh
for v in maint master next pu
do
- echo $v $(git-describe $v) $($HOME/git-$v/bin/git version)
+ echo "$v $(git-describe $v) $($HOME/git-$v/bin/git version)"
done