Explorar el Código

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

dtrg hace 18 años
padre
commit
dd3c45ecf2
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  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