mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tools/toolbox: Explicitly use /bin/bash
The script uses bash-specific language extensions which cause syntax
errors when run with /bin/sh -> /bin/dash.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3186>
(cherry picked from commit 8e7d235513)
This commit is contained in:
parent
603790e667
commit
bcef6a15cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# vi: sw=2 ts=4
|
# vi: sw=2 ts=4
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue