]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Changed shebang of import-certs.sh to #!/usr/bin/env bash 71/head
authorChristian Busch <chris@debilux.org>
Wed, 6 Jan 2016 18:12:08 +0000 (19:12 +0100)
committerChristian Busch <chris@debilux.org>
Wed, 6 Jan 2016 18:12:08 +0000 (19:12 +0100)
import-certs.sh

index eb1306425c89947e27183b47161cb1237adc661b..133f0af3fe3b25643f46b3eb5bcd0d1e011cc20d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -e
 set -u