Pārlūkot izejas kodu

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

dtrg 18 gadi atpakaļ
vecāks
revīzija
cf4417431f
2 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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/.*{//