From e8cf19ca9a643f4cf1d0533baf007e3cd213c5f1 Mon Sep 17 00:00:00 2001 From: swallace Date: Fri, 6 Dec 1996 08:24:05 +0000 Subject: Upgrade magic to version 6.5. spice2sim awk script should run /usr/bin/awk, not /bin/awk. --- cad/magic/files/patch-b | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cad/magic/files/patch-b (limited to 'cad/magic/files/patch-b') 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 { -- cgit