aboutsummaryrefslogtreecommitdiffhomepage
path: root/update_file_lists.sh
diff options
context:
space:
mode:
authorGravatar John Millikin <john@john-millikin.com>2018-02-24 11:30:10 -0800
committerGravatar John Millikin <john@john-millikin.com>2018-02-24 11:30:10 -0800
commit2e4c52a096c424651e8592617bc4cf8fb85234e7 (patch)
treeb9e985463df0ef3d908510b0e377a774bb0cf4c3 /update_file_lists.sh
parenta6037c5230c0ccb6531f80cef909dbfe37257884 (diff)
`update_file_lists.sh` depends on Bash features, thus needs Bash sebang.
I noticed that running this script as `./update_file_lists.sh` on MacOS was corrupting `cmake/extract_includes.bat.in`. Forcing the shell to Bash fixes the generated file output.
Diffstat (limited to 'update_file_lists.sh')
-rwxr-xr-xupdate_file_lists.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_file_lists.sh b/update_file_lists.sh
index 9c0fbdc5..15291990 100755
--- a/update_file_lists.sh
+++ b/update_file_lists.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# This script copies source file lists from src/Makefile.am to cmake files.