From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4772C158090 for ; Tue, 3 May 2022 22:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 797D1E05C1; Tue, 3 May 2022 22:31:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5272FE05C1 for ; Tue, 3 May 2022 22:31:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB20341A90 for ; Tue, 3 May 2022 22:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE3D287 for ; Tue, 3 May 2022 22:31:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651617096.9c0d5b2fbee5650e7c38afe2ca31fffc976fbc48.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump-from-set.sh Documentation/maintainers/find_unused_patches.sh Documentation/maintainers/kde-l10n-fetch.sh Documentation/maintainers/kde-l10n-repack.sh Documentation/maintainers/keywords-bump.sh Documentation/maintainers/repack.sh Documentation/maintainers/set-bump.sh Documentation/maintainers/sync-gentoo-overlay.sh Documentation/maintainers/sync-metadata.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c0d5b2fbee5650e7c38afe2ca31fffc976fbc48 X-VCS-Branch: master Date: Tue, 3 May 2022 22:31:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2be8b420-dd25-4123-902c-5ca27f2b67d5 X-Archives-Hash: 8fae29198e2e55bb0cd6e108210d291b commit: 9c0d5b2fbee5650e7c38afe2ca31fffc976fbc48 Author: Sam James gentoo org> AuthorDate: Tue May 3 22:18:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 22:31:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c0d5b2f Documentation/maintainers: use #!/usr/bin/env bash shebang Some rely on Bashisms and let's be consistent. Signed-off-by: Sam James gentoo.org> Documentation/maintainers/bump-from-set.sh | 2 +- Documentation/maintainers/find_unused_patches.sh | 2 +- Documentation/maintainers/kde-l10n-fetch.sh | 1 + Documentation/maintainers/kde-l10n-repack.sh | 2 +- Documentation/maintainers/keywords-bump.sh | 2 +- Documentation/maintainers/repack.sh | 2 +- Documentation/maintainers/set-bump.sh | 2 +- Documentation/maintainers/sync-gentoo-overlay.sh | 2 +- Documentation/maintainers/sync-metadata.sh | 2 +- 9 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 4d44f42017..f92fa99306 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Requires: # app-portage/portage-utils diff --git a/Documentation/maintainers/find_unused_patches.sh b/Documentation/maintainers/find_unused_patches.sh index 34ed762501..42730713c8 100755 --- a/Documentation/maintainers/find_unused_patches.sh +++ b/Documentation/maintainers/find_unused_patches.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash TMP="/tmp/" CATEGORY="kde-apps" # we also assume that we are run from the directory where we want to remove patches eg. directory where are categories. diff --git a/Documentation/maintainers/kde-l10n-fetch.sh b/Documentation/maintainers/kde-l10n-fetch.sh index 521198fbe7..9cdd8e2b76 100755 --- a/Documentation/maintainers/kde-l10n-fetch.sh +++ b/Documentation/maintainers/kde-l10n-fetch.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg diff --git a/Documentation/maintainers/kde-l10n-repack.sh b/Documentation/maintainers/kde-l10n-repack.sh index 33c126a690..5a0d73c464 100755 --- a/Documentation/maintainers/kde-l10n-repack.sh +++ b/Documentation/maintainers/kde-l10n-repack.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash KDEVER=$1 SVNREV=$2 diff --git a/Documentation/maintainers/keywords-bump.sh b/Documentation/maintainers/keywords-bump.sh index 31fd6698c4..0e57a9578b 100755 --- a/Documentation/maintainers/keywords-bump.sh +++ b/Documentation/maintainers/keywords-bump.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash : ${PORTDIR:="$(pwd)"} diff --git a/Documentation/maintainers/repack.sh b/Documentation/maintainers/repack.sh index 8a2b4ffa07..066d799ce4 100755 --- a/Documentation/maintainers/repack.sh +++ b/Documentation/maintainers/repack.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Script to repack upstream tarballs # SVNREV=$2 diff --git a/Documentation/maintainers/set-bump.sh b/Documentation/maintainers/set-bump.sh index d5a0fd7206..43963efcc8 100755 --- a/Documentation/maintainers/set-bump.sh +++ b/Documentation/maintainers/set-bump.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # requires app-portage/portage-utils and app-portage/gentoolkit-dev diff --git a/Documentation/maintainers/sync-gentoo-overlay.sh b/Documentation/maintainers/sync-gentoo-overlay.sh index 3172dfa203..37fd36fbdc 100755 --- a/Documentation/maintainers/sync-gentoo-overlay.sh +++ b/Documentation/maintainers/sync-gentoo-overlay.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Run this script via cronjob to update your overlay mirror diff --git a/Documentation/maintainers/sync-metadata.sh b/Documentation/maintainers/sync-metadata.sh index d02fee4c37..fcc699913b 100755 --- a/Documentation/maintainers/sync-metadata.sh +++ b/Documentation/maintainers/sync-metadata.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Contact: devurandom METADATA_MIRROR=rsync://gentoo.kynes.de:800/gentoo-overlay-kde/metadata/cache/