mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-19 17:10:42 +02:00
maintainer-upload-docs: Fail if an undefined variable is referenced
"Unofficial strict mode" for shell scripting. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
0c948dc744
commit
4655d00952
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
set -ex
|
||||
set -eux
|
||||
|
||||
: "${DOC_SERVER:=dbus.freedesktop.org}"
|
||||
: "${DOC_WWW_DIR:=/srv/dbus.freedesktop.org/www}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue