From dd3c45ecf20beb785da8c1bbb423e8a1fedde9d9 Mon Sep 17 00:00:00 2001 From: dtrg Date: Wed, 19 Jul 2006 14:09:25 +0000 Subject: [PATCH] Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) --- etc/new_table | 2 ++ util/shf/march.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/etc/new_table b/etc/new_table index accc7d14..7697014f 100755 --- a/etc/new_table +++ b/etc/new_table @@ -1,3 +1,5 @@ +#!/bin/sh + h=${1-.} d=${2-.} diff --git a/util/shf/march.sh b/util/shf/march.sh index 73bf9453..d1eb052b 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -1,3 +1,4 @@ +#!/bin/sh : '$Id$' case $# in