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="-n "
|
||||||
DRY=
|
DRY=
|
||||||
CONFIG_ROOT="$HOME/.config/restic"
|
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
|
if [ $# -lt 1 ] ; then
|
||||||
echo Usage: $0 branch
|
echo Usage: $0 branch
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# MV=$(which smv)
|
# MV=$(which smv)
|
||||||
if [ "$MV" == "" ] ; then
|
if [ "$MV" == "" ] ; then
|
||||||
MV="mv -i"
|
MV="mv -i"
|
||||||
|
|||||||
Reference in New Issue
Block a user