Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/new/
Date: Sun, 31 Oct 2021 03:18:34
Message-Id: 1635650297.f184bf9ffdf5d3cb81711ca483eaf6f2fff81859.sam@gentoo
1 commit: f184bf9ffdf5d3cb81711ca483eaf6f2fff81859
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 03:18:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 03:18:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f184bf9f
7
8 Documentation: update scripts to use correct shebang (/bin/bash)
9
10 Uses bashisms.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 Documentation/maintainers/new/frameworks-bump.sh | 2 +-
15 Documentation/maintainers/new/set-based-remove.sh | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/Documentation/maintainers/new/frameworks-bump.sh b/Documentation/maintainers/new/frameworks-bump.sh
19 index 2039c39f4c..7e7ce8b063 100755
20 --- a/Documentation/maintainers/new/frameworks-bump.sh
21 +++ b/Documentation/maintainers/new/frameworks-bump.sh
22 @@ -1,4 +1,4 @@
23 -#!/bin/sh
24 +#!/bin/bash
25 . "$(dirname "$0")/lib.sh"
26
27 : ${TARGET_REPO:="$(pwd)"}
28
29 diff --git a/Documentation/maintainers/new/set-based-remove.sh b/Documentation/maintainers/new/set-based-remove.sh
30 index ff4bd8f0f3..2039a589ef 100755
31 --- a/Documentation/maintainers/new/set-based-remove.sh
32 +++ b/Documentation/maintainers/new/set-based-remove.sh
33 @@ -1,4 +1,4 @@
34 -#!/bin/sh
35 +#!/bin/bash
36
37 # Requires:
38 # app-portage/repoman