mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
bail out on errors
This commit is contained in:
parent
1cc91e9f10
commit
c82690c4d9
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh -x
|
||||
|
||||
set -e
|
||||
|
||||
version=@VERSION@
|
||||
temp_dir=/var/tmp
|
||||
srcdir=@srcdir@
|
||||
|
|
Loading…
Reference in a new issue