Obsolete #!/bin/bash shebang

This commit is contained in:
DesWurstes
2018-06-20 12:54:54 +03:00
parent 3f398d7a17
commit 000000035b
22 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export LC_ALL=C
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}