diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 09:46:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 09:46:15 -0400 |
commit | 9e52e18422b5115f94f098555a504c1611527a1b (patch) | |
tree | 6a10238820477b7f6852a3de7c9256189137a1d2 /common.mk | |
parent | 3deb09dfdaab9829a3204f9c60aa43562e52dec9 (diff) | |
parent | 338f268cfd32560edb2a0dc82085e833c5b4b548 (diff) |
Merge branch 'master' into lukeshu/xbs
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pkglibexecdir ?= $(libexecdir)/libretools # Usage: <INPUT $(edit) >OUTPUT # Expand m4_include macros to use librelib # This is used when using sources grabbed from devtools -edit = sed -e 's|m4_include(lib/\(.*\))|. $$(librelib \1)|' +edit = sed -e 's|^\#!\s*/bin/bash|\#!/usr/bin/env bash|' -e 's|m4_include(lib/\(.*\))|. $$(librelib \1)|' # Usage: $(call indent,FILENAME) # Command to auto-indent a file. |