diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2012-02-27 14:32:34 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2012-02-27 14:32:34 +0100 |
commit | 949ed46b9cbf17f492ffc68ec1e2bab1e11bd87e (patch) | |
tree | bc6a3a10db954ef226e2c6d6c88680ee0bb33b5e /01_Internal.zsh | |
parent | 6ea99df94df859809d1c4313e779b06ac63aa1d2 (diff) | |
parent | 7cffacff4514316d2028068fe0825f8e1ec8b5a9 (diff) |
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to '01_Internal.zsh')
-rw-r--r-- | 01_Internal.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh index 78832c3..e8a27c8 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -127,7 +127,7 @@ __get_git_branch () my_git_branch=$(grep merge .repo/manifests.git/config | awk '{print $3}') if [ $my_git_branch != "" ] then - echo "[$my_git_branch]" + echo " [$my_git_branch]" return fi fi @@ -198,7 +198,7 @@ __get_git_branch () my_git_branch=$my_git_branch fi - echo $my_git_branch + echo " "$my_git_branch } __get_guilt_series () |