ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/make_jsoc.pl
(Generate patch)

Comparing make_jsoc.pl (file contents):
Revision 1.3 by arta, Fri Feb 15 18:36:22 2008 UTC vs.
Revision 1.4 by arta, Fri Feb 15 21:14:37 2008 UTC

# Line 4 | Line 4
4   #    n00 - for linux_ia32 machines such as n00, ..., n11, etc.
5   #    n12 - for linux_x86_64 machines
6  
7 < my($scriptpath) = $0;
7 > use Cwd qw(realpath);
8 >
9 > my($scriptpath) = realpath($0);
10   print STDOUT "make of JSOC $scriptpath\n";
11   system("date");
12  
13   my($wd);
14   $wd = $scriptpath;
15 +
16   if ($wd =~ /(.+)\/\S+$/)
17   {
18      $wd = $1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines