浏览代码

Merge pull request #4333 from jmillikin/update-file-lists-needs-bash

`update_file_lists.sh` depends on Bash features, thus needs Bash sebang.
Feng Xiao 7 年之前
父节点
当前提交
325ecff086
共有 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.
 # This script copies source file lists from src/Makefile.am to cmake files.