make shebangs more compatible

This commit is contained in:
Alesya Huzik 2024-03-22 11:16:08 +11:00 committed by Alesya Huzik
parent ce6bc8d5eb
commit 2f1c906515
6 changed files with 6 additions and 6 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
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