Przeglądaj źródła

Fix pdeblint zsh function

Emmanuel Bouthenot 9 lat temu
rodzic
commit
da19bbfccf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .zsh/config/50_debian.zsh

+ 1 - 1
.zsh/config/50_debian.zsh

@@ -161,5 +161,5 @@ pdeblint() {
         return
     fi
 
-    =lintian --color=auto -IE --pedantic $changes $@
+    =lintian --color=auto -IE --pedantic $@ $changes
 }