瀏覽代碼

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

dtrg 18 年之前
父節點
當前提交
dd3c45ecf2
共有 2 個文件被更改,包括 3 次插入0 次删除
  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