Explorar el Código

Fix pdeblint zsh function

Emmanuel Bouthenot hace 9 años
padre
commit
da19bbfccf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }