document distributed with 4.1BSD
[unix-history] / usr / src / usr.bin / ex / makeoptions
index 4c7303c..51d5548 100644 (file)
@@ -1,9 +1,16 @@
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)makeoptions 6.4 (Berkeley) %G%
+#
 
 #
 # remake options -- this isn't necessary unless you add/delete options
 #
 onintr ifintr
 
 #
 # remake options -- this isn't necessary unless you add/delete options
 #
 onintr ifintr
-cp ex_data.c /tmp/$$.c
+cat < ex_data.c > /tmp/$$.c
 ex - /tmp/$$.c <<'%'
        g/^#include/d
        w
 ex - /tmp/$$.c <<'%'
        g/^#include/d
        w
@@ -38,7 +45,7 @@ ex - /tmp/foo.c <<'X'
 .
        $s/e[   ].*[    ]/e     NOPTS   /
        0a
 .
        $s/e[   ].*[    ]/e     NOPTS   /
        0a
-       /*  sccs id   @(#)  ex_vars.h  @(#)makeoptions  6.2 %G%  */
+       /*  sccs id   @(#)  ex_vars.h  @(#)makeoptions  6.4 %G%  */
 .
        w! ex_vars.h
        q
 .
        w! ex_vars.h
        q