From db11db0caceadbafde675d758b996964231603a7 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 accc7d14f..7697014ff 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 73bf9453b..d1eb052bd 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -1,3 +1,4 @@ +#!/bin/sh : '$Id$' case $# in