Kaynağa Gözat

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

dtrg 18 yıl önce
ebeveyn
işleme
dd3c45ecf2
2 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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