mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tools/toolbox: Consistently abort on failure
Unlike the other scripts, meson-build currently doesn't set the `-e` option. The script is mainly a wrapper around a single toolbox call, but it means that any errors during option parsing print a warning, but are otherwise ignored. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3113>
This commit is contained in:
parent
41b94ccf11
commit
f1422dff83
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
DEFAULT_TOOLBOX=gnome-shell-devel
|
DEFAULT_TOOLBOX=gnome-shell-devel
|
||||||
CONFIG_FILE=${XDG_CONFIG_HOME:-$HOME/.config}/gnome-shell-toolbox-tools.conf
|
CONFIG_FILE=${XDG_CONFIG_HOME:-$HOME/.config}/gnome-shell-toolbox-tools.conf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue