Fix parameter handling and remove futile exit call

This commit is contained in:
Gunter Labes 2022-03-24 12:32:12 +01:00 committed by GitHub
parent 5b3e121798
commit 4af8cea2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,2 @@
#!/bin/sh
pacman --root /msys64 --config /msys64/etc/pacman.conf $@
exit $?
pacman --root /msys64 --config /msys64/etc/pacman.conf "$@"