diff options
| author | Sam James <sam@gentoo.org> | 2021-10-31 03:18:17 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2021-10-31 03:18:17 +0000 |
| commit | f184bf9ffdf5d3cb81711ca483eaf6f2fff81859 (patch) | |
| tree | df4df917eeadac39a8661f9b134be130ca6b4c80 | |
| parent | bfdc0f7967c73b6771722c5a77d14dc8a9126fe8 (diff) | |
| download | kde-f184bf9ffdf5d3cb81711ca483eaf6f2fff81859.tar.gz kde-f184bf9ffdf5d3cb81711ca483eaf6f2fff81859.tar.bz2 kde-f184bf9ffdf5d3cb81711ca483eaf6f2fff81859.zip | |
Documentation: update scripts to use correct shebang (/bin/bash)
Uses bashisms.
Signed-off-by: Sam James <sam@gentoo.org>
| -rwxr-xr-x | Documentation/maintainers/new/frameworks-bump.sh | 2 | ||||
| -rwxr-xr-x | Documentation/maintainers/new/set-based-remove.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/maintainers/new/frameworks-bump.sh b/Documentation/maintainers/new/frameworks-bump.sh index 2039c39f4c7..7e7ce8b0636 100755 --- a/Documentation/maintainers/new/frameworks-bump.sh +++ b/Documentation/maintainers/new/frameworks-bump.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . "$(dirname "$0")/lib.sh" : ${TARGET_REPO:="$(pwd)"} diff --git a/Documentation/maintainers/new/set-based-remove.sh b/Documentation/maintainers/new/set-based-remove.sh index ff4bd8f0f30..2039a589ef2 100755 --- a/Documentation/maintainers/new/set-based-remove.sh +++ b/Documentation/maintainers/new/set-based-remove.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Requires: # app-portage/repoman |
