summaryrefslogtreecommitdiff
path: root/rt/sbin/rt-validator
diff options
context:
space:
mode:
Diffstat (limited to 'rt/sbin/rt-validator')
-rwxr-xr-xrt/sbin/rt-validator5
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;