summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-31 03:18:17 +0000
committerSam James <sam@gentoo.org>2021-10-31 03:18:17 +0000
commitf184bf9ffdf5d3cb81711ca483eaf6f2fff81859 (patch)
treedf4df917eeadac39a8661f9b134be130ca6b4c80
parentbfdc0f7967c73b6771722c5a77d14dc8a9126fe8 (diff)
downloadkde-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-xDocumentation/maintainers/new/frameworks-bump.sh2
-rwxr-xr-xDocumentation/maintainers/new/set-based-remove.sh2
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