Caleb Epstein 12 年之前
父节点
当前提交
91c57e6d42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/svn/svn.plugin.zsh

+ 1 - 1
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