Switch /bin/bash to /usr/bin/env bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# DRY="-n "
|
||||
DRY=
|
||||
CONFIG_ROOT="$HOME/.config/restic"
|
||||
|
||||
2
bin/rmbr
2
bin/rmbr
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
if [ $# -lt 1 ] ; then
|
||||
echo Usage: $0 branch
|
||||
exit 1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# MV=$(which smv)
|
||||
if [ "$MV" == "" ] ; then
|
||||
MV="mv -i"
|
||||
|
||||
Reference in New Issue
Block a user