From 96c9025e67c5109c89e35134f33c2c13d9389fa6 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 11 Nov 2024 11:09:00 +0000 Subject: [PATCH] Switch /bin/bash to /usr/bin/env bash --- bin/backup-restic | 2 +- bin/rmbr | 2 +- bin/sortit.sh | 2 +- bin/tm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/backup-restic b/bin/backup-restic index 35348ed..afe9d8f 100755 --- a/bin/backup-restic +++ b/bin/backup-restic @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # DRY="-n " DRY= CONFIG_ROOT="$HOME/.config/restic" diff --git a/bin/rmbr b/bin/rmbr index ef8bb83..5261d6f 100755 --- a/bin/rmbr +++ b/bin/rmbr @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ $# -lt 1 ] ; then echo Usage: $0 branch exit 1 diff --git a/bin/sortit.sh b/bin/sortit.sh index a25fef7..fd6fda4 100755 --- a/bin/sortit.sh +++ b/bin/sortit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # MV=$(which smv) if [ "$MV" == "" ] ; then MV="mv -i" diff --git a/bin/tm b/bin/tm index 8843a93..defef1e 100755 --- a/bin/tm +++ b/bin/tm @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Variables #DRY=echo DRY=