diff options
author | ivan <ivan> | 2011-04-18 23:15:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-18 23:15:19 +0000 |
commit | 75162bb14b3e38d66617077843f4dfdcaf09d5c4 (patch) | |
tree | d89dd49a476cf2f0859ed6a0adc2992ea6d69d04 /rt/sbin/rt-validator | |
parent | fc6209f398899f0211cfcedeb81a3cd65e04a941 (diff) |
import rt 3.8.10
Diffstat (limited to 'rt/sbin/rt-validator')
-rwxr-xr-x | rt/sbin/rt-validator | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rt/sbin/rt-validator b/rt/sbin/rt-validator index 754438ee9..d0ba1a71e 100755 --- a/rt/sbin/rt-validator +++ b/rt/sbin/rt-validator @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: @@ -122,7 +122,8 @@ In any case it's highly recommended to have a backup before resolving anything. Press enter to continue. END - <>; +# Read a line of text, any line of text + <STDIN>; } use RT; |