summaryrefslogtreecommitdiff
path: root/cad/tclspice/files/patch-src_spicepp.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'cad/tclspice/files/patch-src_spicepp.pl.in')
-rw-r--r--cad/tclspice/files/patch-src_spicepp.pl.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/tclspice/files/patch-src_spicepp.pl.in b/cad/tclspice/files/patch-src_spicepp.pl.in
deleted file mode 100644
index 958d6541431f..000000000000
--- a/cad/tclspice/files/patch-src_spicepp.pl.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/spicepp.pl.in.orig Sat Jun 24 03:44:04 2006
-+++ src/spicepp.pl.in Sat Jun 24 03:44:16 2006
-@@ -307,7 +307,7 @@
- push(@xtra, ".control");
- push(@xtra, "print time $trig $targ > meas.data");
- push(@xtra, "echo $_ > meas.ctl");
-- push(@xtra, "shell %LIB_DIR%/spice/measure_spice.pl $name");
-+ push(@xtra, "shell %LIB_DIR%/tclspice/measure_spice.pl $name");
- push(@xtra, ".endc");
- splice(@deck,$i,1,@xtra);
- @xtra=();