ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/DBTools/scripts/osucrab
(Generate patch)

Comparing UserCode/OSUT3Analysis/DBTools/scripts/osucrab (file contents):
Revision 1.8 by ahart, Wed Dec 12 21:38:19 2012 UTC vs.
Revision 1.9 by ahart, Wed Dec 12 21:54:15 2012 UTC

# Line 105 | Line 105 | elsif ($arg =~ m/-kill/)
105  
106      print "Are you cancelling this task? (y/N): ";
107      my $response = <STDIN>;
108 +    $response =~ s/\n//g;
109      deleteEntry ($id) if lc ($response) eq "y";
110      system ("crab $arg");
111    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines