scripts/pkgdelta: fix make distcheck
--help and --version are required by the sanity checks performed by `make distcheck`. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c5eccedc63
commit
fffaba50fb
1 changed files with 3 additions and 1 deletions
|
@ -124,6 +124,8 @@ create_xdelta()
|
|||
}
|
||||
|
||||
case "$1" in
|
||||
-h|--help) usage; exit 0 ;;
|
||||
-V|--version) version; exit 0 ;;
|
||||
-q|--quiet) QUIET=1; shift ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue