ソースを参照

Fix pdeblint zsh function

Emmanuel Bouthenot 9 年 前
コミット
da19bbfccf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .zsh/config/50_debian.zsh

+ 1 - 1
.zsh/config/50_debian.zsh

@@ -161,5 +161,5 @@ pdeblint() {
         return
     fi
 
-    =lintian --color=auto -IE --pedantic $changes $@
+    =lintian --color=auto -IE --pedantic $@ $changes
 }