mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Use set -eu.
This commit is contained in:
parent
3247c952a4
commit
d31e4a531d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# PID of "gnome-screensaver-command -i" (if used)
|
||||
GSC_PID=""
|
||||
|
|
Loading…
Reference in a new issue