Fix parameter handling and remove futile exit call
This commit is contained in:
parent
5b3e121798
commit
4af8cea2e1
1 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
pacman --root /msys64 --config /msys64/etc/pacman.conf $@
|
||||
exit $?
|
||||
pacman --root /msys64 --config /msys64/etc/pacman.conf "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue