mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
package-release.sh: exit on errors
This commit is contained in:
parent
11b269efd1
commit
629587bedd
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z "$1" ] || [ -z "$2" ]; then
|
||||
echo "Usage: package-release.sh version destdir [--no-package]"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user