diff options
| author | Caleb Epstein <cae@bklyn.org> | 2012-11-13 12:48:37 -0500 |
|---|---|---|
| committer | Caleb Epstein <cae@bklyn.org> | 2012-11-13 12:48:37 -0500 |
| commit | 91c57e6d426a1b5b3db3d7d9aaa5d922c00a5f09 (patch) | |
| tree | 14672d616b28945ee4375dd9d89985b9303aee4f | |
| parent | f2ac08832ad8a6a156117c870ace622b9a6035ac (diff) | |
| download | zsh-91c57e6d426a1b5b3db3d7d9aaa5d922c00a5f09.tar.gz zsh-91c57e6d426a1b5b3db3d7d9aaa5d922c00a5f09.tar.bz2 zsh-91c57e6d426a1b5b3db3d7d9aaa5d922c00a5f09.zip | |
Untabify
| -rw-r--r-- | plugins/svn/svn.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/svn/svn.plugin.zsh b/plugins/svn/svn.plugin.zsh index d82e3b9ee..bd2767e3e 100644 --- a/plugins/svn/svn.plugin.zsh +++ b/plugins/svn/svn.plugin.zsh @@ -29,7 +29,7 @@ function svn_get_rev_nr { function svn_dirty_choose { if [ $(in_svn) ]; then svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!?L]' - if [ $pipestatus[-1] -ne 0 ]; then + if [ $pipestatus[-1] -ne 0 ]; then echo $1 else echo $2 |
