Improve debug output
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Jul 2014 19:15:57 +0000 (15:15 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Jul 2014 19:15:57 +0000 (15:15 -0400)
scripts/vs-sub

index a08d1e8..89518d0 100755 (executable)
@@ -42,7 +42,7 @@ display_subrepo_name()
     COLOR_NORMAL='\033[0m'
 
     echo -en "${COLOR_BLUE}"
-    echo "[${dest}]"
+    echo "${dest}"
     echo -en "${COLOR_NORMAL}"
 }