diff options
Diffstat (limited to 'src/lib/conf.sh')
-rw-r--r-- | src/lib/conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/conf.sh b/src/lib/conf.sh index df189a2..3c4234f 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -1,4 +1,4 @@ -#!/bin/bash # non-executable, but put this there as a hint to text editors +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors # This may be included with or without `set -euE` # Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net> |