use "/usr/bin/env bash" instead of "/bin/bash"

This commit is contained in:
Lukas Schauer
2015-12-05 22:30:00 +01:00
parent c6e6030269
commit 2e8454b46e

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
set -u