Forráskód Böngészése

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

Emmanuel Bouthenot 11 éve
szülő
commit
cf259af0ea
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .zsh.d/os.d/Debian.zsh

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

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