소스 검색

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

dtrg 18 년 전
부모
커밋
b2b88a89e1
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/.*{//