Skip to content

Commit

Permalink
update_file_lists.sh depends on Bash features, thus needs Bash sebang.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmillikin committed Feb 24, 2018
1 parent a6037c5 commit 2e4c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_file_lists.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# This script copies source file lists from src/Makefile.am to cmake files.

Expand Down

0 comments on commit 2e4c52a

Please sign in to comment.