[wmlunits] use set -e -u when running the units script
This commit is contained in:
parent
76ce130186
commit
60dbb25d5e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# script running on the wesnoth server to update units.wesnoth.org
|
||||
set -e
|
||||
set -e -u
|
||||
|
||||
# set them in the environment
|
||||
# VERSION=1.10
|
||||
|
|
Loading…
Add table
Reference in a new issue