Skip to content

Commit 2b549ba

Browse files
authored
fix(scripts): use env to find bash interpreter (#3861)
1 parent 213423f commit 2b549ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

install/ensure-correct-permissions-profiles-dir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# TODO: Remove this after the next hard-stop
44

scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eu
33

44
OLD_VERSION="$1"

scripts/post-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eu
33

44
# Bring master back to nightlies after merge from release branch

sentry-admin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Set the script directory as working directory.
44
cd $(dirname $0)

0 commit comments

Comments
 (0)