diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:24:05 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:24:05 +0000 |
commit | cf015dc5dd433e80ef9d19e3a8a12f9d2bd1f035 (patch) | |
tree | 80a4bcea3e3d6c59001a93f7a89613744b554ca7 /cad/magic | |
parent | Upgrade irsim to version 9.4.1. (diff) |
Upgrade magic to version 6.5.
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
Notes
Notes:
svn path=/head/; revision=4825
Diffstat (limited to 'cad/magic')
-rw-r--r-- | cad/magic/files/patch-b | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/magic/files/patch-b b/cad/magic/files/patch-b new file mode 100644 index 000000000000..ea8b9090da24 --- /dev/null +++ b/cad/magic/files/patch-b @@ -0,0 +1,13 @@ +*** ext2spice/spice2sim.orig Wed May 22 19:14:08 1996 +--- ext2spice/spice2sim Thu Dec 5 23:19:48 1996 +*************** +*** 1,4 **** +! #!/bin/awk -f + # convert an ext2spice produced file to a .sim file for debugging + # + BEGIN { +--- 1,4 ---- +! #!/usr/bin/awk -f + # convert an ext2spice produced file to a .sim file for debugging + # + BEGIN { |