From: dtrg Date: Thu, 20 Jul 2006 23:02:37 +0000 (+0000) Subject: Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells... X-Git-Tag: release-6-0-pre-1~120 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cf4417431f3edcebe4629174bb70d5153931ab88;p=ack.git Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) --- 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/.*{//