2013-06-01 13:23:22 +02:00
|
|
|
--- Examples/gdsinfo.orig 2008-06-20 02:04:27.000000000 +0900
|
|
|
|
+++ Examples/gdsinfo 2013-05-30 10:54:47.000000000 +0900
|
|
|
|
@@ -75,10 +75,7 @@
|
2007-04-29 09:20:02 +02:00
|
|
|
$topCellNames =~ s/\s+/ /g;
|
|
|
|
|
|
|
|
# help find gds2gdt
|
|
|
|
-my $uname_s = `/bin/uname -s`; # OS name
|
|
|
|
-chomp $uname_s;
|
|
|
|
-$ENV{'PATH'} = "/bin:/usr/bin:/user/ic/gnu/$uname_s/bin:".$ENV{'PATH'};
|
2013-06-01 13:23:22 +02:00
|
|
|
-my $gds2gdt = which("gds2gdt");
|
|
|
|
+my $gds2gdt = '%%PREFIX%%/bin/gds2gdt';
|
2007-04-29 09:20:02 +02:00
|
|
|
unless ($gds2gdt)
|
|
|
|
{
|
2013-06-01 13:23:22 +02:00
|
|
|
die $REVERSE_RED.ERROR."$COLOR_RESET unable to find gds2gdt in \$PATH";
|