Browse Source

Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)

dtrg 18 years ago
parent
commit
dd3c45ecf2
2 changed files with 3 additions and 0 deletions
  1. 2 0
      etc/new_table
  2. 1 0
      util/shf/march.sh

+ 2 - 0
etc/new_table

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 h=${1-.}
 d=${2-.}
 

+ 1 - 0
util/shf/march.sh

@@ -1,3 +1,4 @@
+#!/bin/sh
 : '$Id$'
 
 case $# in