Explorar o código

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

Emmanuel Bouthenot %!s(int64=11) %!d(string=hai) anos
pai
achega
cf259af0ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 $@
 }