Switch /bin/bash to /usr/bin/env bash

This commit is contained in:
2024-11-11 11:09:00 +00:00
parent dff406fbf0
commit 96c9025e67
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# DRY="-n "
DRY=
CONFIG_ROOT="$HOME/.config/restic"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -lt 1 ] ; then
echo Usage: $0 branch
exit 1

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# MV=$(which smv)
if [ "$MV" == "" ] ; then
MV="mv -i"

2
bin/tm
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Variables
#DRY=echo
DRY=