diff options
Diffstat (limited to 'compile_flags.txt.do')
-rwxr-xr-x | compile_flags.txt.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_flags.txt.do b/compile_flags.txt.do index 4d14f78..d1788fe 100755 --- a/compile_flags.txt.do +++ b/compile_flags.txt.do @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e redo-ifchange .vars.rc . ./.vars.rc printf '%s\n' "${CFLAGS[@]}" "${CPPFLAGS[@]}" >"$3" |