فهرست منبع

`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.
John Millikin 7 سال پیش
والد
کامیت
2e4c52a096
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      update_file_lists.sh

+ 1 - 1
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.