소스 검색

Fix pdeblint zsh function

Emmanuel Bouthenot 9 년 전
부모
커밋
da19bbfccf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }