From b2b88a89e1f6cb2dc7a1372bd410c343685d2236 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 ef32292f..6a64b2f9 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 494b7e3c..1ee50f6c 100755 --- a/util/cpp/make.tokfile +++ b/util/cpp/make.tokfile @@ -1,3 +1,5 @@ +#!/bin/sh + sed ' /{[A-Z]/!d s/.*{//