ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/workflow/maketicket.csh
(Generate patch)

Comparing proj/workflow/maketicket.csh (file contents):
Revision 1.3 by phil, Sat Feb 5 23:12:55 2011 UTC vs.
Revision 1.4 by phil, Thu Feb 16 20:34:14 2012 UTC

# Line 33 | Line 33 | set nowt = `time_convert time=$now`
33   set expire = `time_convert s=$expiret`
34  
35   while ( $#argv > 0)
36 <  foreach keyname (taskid gate wantlow wanthigh action special)
36 >  foreach keyname (taskid gate wantlow wanthigh action special expire)
37      if ($1 =~ $keyname=*) then
38         set $1
39         break
40      endif
41      end # foreach
42    shift
43 <  end #while
43 > end #while
44  
45   if ($wantlow == NOT_SPECIFIED) then
46     echo MUST provide wantlow=value argument

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines