Commit 2e4c52a0 authored by John Millikin's avatar John Millikin

`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.
parent a6037c52
#!/bin/sh
#!/bin/bash
# This script copies source file lists from src/Makefile.am to cmake files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment