Added the correct shell script magic. (Some platforms insist on this.)
authordtrg <none@none>
Sun, 30 Jul 2006 23:37:15 +0000 (23:37 +0000)
committerdtrg <none@none>
Sun, 30 Jul 2006 23:37:15 +0000 (23:37 +0000)
lang/cem/libcc.ansi/ctype/genfiles
lang/cem/libcc.ansi/stdlib/malloc/add_file

index 5b63b8e..061a214 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/sh
 
 for i in isalnum isalpha iscntrl isdigit isgraph islower isprint \
        ispunct isspace isupper isxdigit isascii
index 7a5eace..58585bf 100755 (executable)
@@ -1,10 +1,11 @@
-echo ''
-echo '/**********************************************************/'
-echo '/*'
-echo '/*               ' This was file $1
-echo '/*'
-echo '/**********************************************************/'
-echo ''
+#!/bin/sh
+
+echo ""
+echo "/**********************************************************/"
+echo "/* This was file $1 */"
+echo "/**********************************************************/"
+echo ""
+
 cat $1 |
 sed '
        /#include[      ].*"/d