Prechádzať zdrojové kódy

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

Emmanuel Bouthenot 11 rokov pred
rodič
commit
cf259af0ea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 $@
 }