Explorar el Código

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

Emmanuel Bouthenot hace 11 años
padre
commit
cf259af0ea
Se han modificado 1 ficheros con 1 adiciones y 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 $@
 }