From 70f5afd5d2cefaea0796288de3a94d2a5cad26df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 3 Apr 2011 22:32:27 -0300 Subject: fix: exit on --help --- diff-unfree | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-unfree b/diff-unfree index 0086db9..5d991f3 100755 --- a/diff-unfree +++ b/diff-unfree @@ -28,6 +28,7 @@ custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf (Unfree) ABS. Package name and repo will we guessed if you don't specify them." msg2 "Usage: $0 [unfree-package] [repo]" + exit 0 } [[ ! -r PKGBUILD ]] && { -- cgit v1.2.2