aboutsummaryrefslogtreecommitdiffstats
path: root/compile_flags.txt.do
diff options
context:
space:
mode:
Diffstat (limited to 'compile_flags.txt.do')
-rwxr-xr-xcompile_flags.txt.do3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile_flags.txt.do b/compile_flags.txt.do
index d1788fe..c1ce1ba 100755
--- a/compile_flags.txt.do
+++ b/compile_flags.txt.do
@@ -1,4 +1,5 @@
-#!/bin/bash -e
+#!/usr/bin/env bash
+set -e
redo-ifchange .vars.rc
. ./.vars.rc
printf '%s\n' "${CFLAGS[@]}" "${CPPFLAGS[@]}" >"$3"