浏览代码

Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)

dtrg 18 年之前
父节点
当前提交
cf4417431f
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      util/cpp/make.tokcase
  2. 2 0
      util/cpp/make.tokfile

+ 2 - 0
util/cpp/make.tokcase

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 cat <<'--EOT--'
 #include "Lpars.h"
 

+ 2 - 0
util/cpp/make.tokfile

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 sed '
 /{[A-Z]/!d
 s/.*{//