From 3ee71dd8443f40ef8c368fd7a26eeaf41f3c1319 Mon Sep 17 00:00:00 2001 From: dtrg Date: Tue, 18 Jul 2006 17:20:46 +0000 Subject: [PATCH] Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) --- TakeAction | 2 ++ util/ncgg/cvtkeywords | 2 ++ util/opt/testopt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/TakeAction b/TakeAction index 6a25701d..dab72f5d 100755 --- a/TakeAction +++ b/TakeAction @@ -1,3 +1,5 @@ +#!/bin/sh + case $# in 0) PAR='make install && make clean' ; CMD=Action ;; 1) PAR="$1" ; CMD=Action ;; diff --git a/util/ncgg/cvtkeywords b/util/ncgg/cvtkeywords index 10ba2e11..85b7e035 100755 --- a/util/ncgg/cvtkeywords +++ b/util/ncgg/cvtkeywords @@ -1,4 +1,6 @@ +#!/bin/sh : '$Id$' + grep '^#' y.tab.h >tokendefs ed -s $1 <<'!Funky!Stuff!' g/^#/d diff --git a/util/opt/testopt b/util/opt/testopt index ce95622b..32fdb2a9 100755 --- a/util/opt/testopt +++ b/util/opt/testopt @@ -1,4 +1,6 @@ +#!/bin/sh : '$Id$' + while true do (echo ' mes 2,2,2