Skip to content

Commit f76bb7b

Browse files
committed
(PUP-2563) Exit with 1 on pre-1.9.3 ruby
Exit with 1 when running on versions of ruby before 1.9.3.
1 parent b83bf35 commit f76bb7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/puppet

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ begin
55
Puppet::Util::CommandLine.new.execute
66
rescue LoadError => e
77
$stderr.puts e.message
8+
exit(1)
89
end

0 commit comments

Comments
 (0)