Changeset 102
- Timestamp:
- Oct 7, 2003, 11:50:55 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/perl/src/dads.detrend (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/src/dads.detrend
r89 r102 162 162 # phu file: 163 163 $phufile = "$outdir/$base.phu"; 164 goto skipall;165 164 166 165 # final output is @fitlist … … 244 243 unlink ("$temp.hdr"); 245 244 } 246 247 skipall:248 $temp = "/tmp/elixir.1yqFQu";249 exit 1;250 251 245 &goodbye ("SUCCESS: finished with dads.detrend"); 252 246 … … 287 281 288 282 sub vsystem { 289 print STDERR "@_\n";290 283 $status = system ("@_"); 291 284 $status;
Note:
See TracChangeset
for help on using the changeset viewer.
