Merge branch 'use-env-for-bash-shebang' into 'main'

tools/toolbox: Use /usr/bin/env for bash

See merge request GNOME/gnome-shell!3246
This commit is contained in:
Alesya Huzik 2024-06-27 18:32:43 +00:00
commit 6a24972979
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
CLDR_LAYOUTS_TARBALL="http://www.unicode.org/Public/cldr/latest/keyboards.zip"

View file

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
cd $(dirname $0)

View file

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
cd $(dirname $0)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# vi: sw=2 ts=4
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# vi: sw=2 ts=4
set -e