ソースを参照

Remove deprecated lintian option (-m) in pdeblint shell function

Emmanuel Bouthenot 11 年 前
コミット
cf259af0ea
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .zsh.d/os.d/Debian.zsh

+ 1 - 1
.zsh.d/os.d/Debian.zsh

@@ -154,6 +154,6 @@ pdeblint() {
         return
     fi
 
-    lintian --color=auto -IEm --pedantic $changes $@
+    lintian --color=auto -IE --pedantic $changes $@
 }