mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Replace #!/bin/bash shebangs with #!/usr/bin/env bash
For portability. E.g. /bin/bash doesn't exist on NixOS.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## Copyright (c) 2013, adrelanos at riseup dot net
|
## Copyright (c) 2013, adrelanos at riseup dot net
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
# testframe.sh DIR
|
# testframe.sh DIR
|
||||||
# bare-bones testing framework.
|
# bare-bones testing framework.
|
||||||
# run the test suites in the given DIR;
|
# run the test suites in the given DIR;
|
||||||
|
|||||||
Reference in New Issue
Block a user