tree-wide: replace /bin/bash with /usr/bin/env bash
The latter is more portable, while the former only works on systems where /bin/bash exists (or is symlinked appropriately).
This commit is contained in:
committed by
Nick Craig-Wood
parent
4250dd98f3
commit
aed77a8fb2
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Test all the remotes against restic integration test
|
||||
# Run with: screen -S restic-test -L ./restic-test.sh
|
||||
|
||||
Reference in New Issue
Block a user