Changeset 122
- Timestamp:
- Oct 8, 2003, 9:45:12 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/perl/src/detflips (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/src/detflips
r70 r122 3 3 # grab the command line options [-C config] [-c configfile] 4 4 $config = ""; 5 $preserve = 0; 5 6 @tARGV = (); 6 7 while (@ARGV) { … … 12 13 $config = "$config -c $ARGV[1]"; 13 14 shift; shift; next; 15 } 16 if ($ARGV[0] eq "-preserve") { 17 $preserve = 1; 18 shift; next; 14 19 } 15 20 push @tARGV, $ARGV[0]; … … 72 77 $stat = $?; 73 78 74 unlink ($temp1); 75 unlink ($temp2); 79 if (! $preserve) { 80 unlink ($temp1); 81 unlink ($temp2); 82 } 76 83 77 84 if ($stat) {
Note:
See TracChangeset
for help on using the changeset viewer.
