From cf4417431f3edcebe4629174bb70d5153931ab88 Mon Sep 17 00:00:00 2001 From: dtrg Date: Thu, 20 Jul 2006 23:02:37 +0000 Subject: [PATCH] Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) --- util/cpp/make.tokcase | 2 ++ util/cpp/make.tokfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/util/cpp/make.tokcase b/util/cpp/make.tokcase index ef32292f9..6a64b2f9c 100755 --- a/util/cpp/make.tokcase +++ b/util/cpp/make.tokcase @@ -1,3 +1,5 @@ +#!/bin/sh + cat <<'--EOT--' #include "Lpars.h" diff --git a/util/cpp/make.tokfile b/util/cpp/make.tokfile index 494b7e3cc..1ee50f6c3 100755 --- a/util/cpp/make.tokfile +++ b/util/cpp/make.tokfile @@ -1,3 +1,5 @@ +#!/bin/sh + sed ' /{[A-Z]/!d s/.*{// -- 2.34.1