Skip to content

Commit 6b8c221

Browse files
tbradshamatticbot
authored andcommitted
Tooling: Update shell refs to use /usr/bin/env (#43988)
* Update shebangs from `/bin/*sh` to `/usr/bin/env *sh` * Update other references * Add changelog * Typo: `user` → `usr` Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update docs/development-environment.md Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update docs/quick-start.md Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update tools/docker/Dockerfile.monorepo Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/packages/status/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/packages/waf/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/crm/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/jetpack/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/super-cache/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/Makefile Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/Makefile Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/bin/ci-init-access-tests.sh Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/Makefile Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/bin/ci-init-access-tests.sh Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/bin/ci-init-access-tests.sh Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update projects/plugins/wpcomsh/changelog/update-tooling-shebangs_for_bash Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update tools/install-monorepo.sh Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update tools/install-monorepo.sh Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update tools/docker/Dockerfile Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Update tools/docker/docker-compose.yml Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Change changelog entries to comments --------- Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15738822676 Upstream-Ref: Automattic/jetpack@98ea1a4
1 parent 9196ec9 commit 6b8c221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/files/autorelease.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 -eo pipefail
44

.github/files/wp-svn-autopublish.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 -eo pipefail
44

0 commit comments

Comments
 (0)