diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:23:01 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:23:01 -0600 |
commit | 5bb31c971272490bd4f1566c953b2fdaea42995c (patch) | |
tree | aa434afbcb036000e954929f13842c5b0319f8bf /src/librefetch/librefetch-makepkg.conf.in | |
parent | 5bc946181a14cb6839bf3ec817274a5b2099fa22 (diff) |
Use #!/hint/bash instead of the more verbose comment
Diffstat (limited to 'src/librefetch/librefetch-makepkg.conf.in')
-rw-r--r-- | src/librefetch/librefetch-makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librefetch/librefetch-makepkg.conf.in b/src/librefetch/librefetch-makepkg.conf.in index 48ecd01..723bc15 100644 --- a/src/librefetch/librefetch-makepkg.conf.in +++ b/src/librefetch/librefetch-makepkg.conf.in @@ -1,4 +1,4 @@ -#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors +#!/hint/bash # This file should be 'source'd by makepkg.conf to enable librefetch edit_dlagents() { |