Просмотр исходного кода

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

Emmanuel Bouthenot 11 лет назад
Родитель
Сommit
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 $@
 }