summaryrefslogtreecommitdiff
path: root/kit/makeSH
diff options
context:
space:
mode:
Diffstat (limited to 'kit/makeSH')
-rw-r--r--kit/makeSH8
1 files changed, 4 insertions, 4 deletions
diff --git a/kit/makeSH b/kit/makeSH
index cdaade1..54e7b3e 100644
--- a/kit/makeSH
+++ b/kit/makeSH
@@ -1,14 +1,14 @@
#!/bin/sh
-# $Id: makeSH,v 3.0.1.1 1993/08/19 06:42:16 ram Exp $
+# $Id: makeSH,v 3.0.1.1 1993/08/19 06:42:16 ram Exp ram $
#
-# Copyright (c) 1991-1993, Raphael Manfredi
+# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
# You may redistribute only under the terms of the Artistic Licence,
# as specified in the README file that comes with the distribution.
# You may reuse parts of this distribution only within the terms of
# that same Artistic Licence; a copy of which may be found at the root
-# of the source tree for dist 3.0.
+# of the source tree for dist 4.0.
#
# Original Author: Larry Wall <lwall@netlabs.com>
#
@@ -54,7 +54,7 @@ echo "Extracting $file (with variable substitutions)"
\$spitshell >$base <<!GROK!THIS!
BLURFL
- case `head -1 $file` in
+ case `sed q $file` in
*/bin/sh) echo '$startsh' >>$file.SH ;;
esac