(file) Return to make_jsoc.pl CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_jsoc.pl between version 1.2 and 1.3

version 1.2, 2008/02/15 18:31:18 version 1.3, 2008/02/15 18:36:22
Line 14  if ($wd =~ /(.+)\/\S+$/)
Line 14  if ($wd =~ /(.+)\/\S+$/)
 { {
     $wd = $1;     $wd = $1;
 } }
   else
   {
       print STDERR "Invalid make_jsoc.pl path; bailing!\n";
       exit(1);
   }
  
 chdir($wd); chdir($wd);
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Karen Tian
Powered by
ViewCVS 0.9.4