mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cf015dc5dd
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
*** 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 {
|