Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Make Ruby 2.+ compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Zillode committed Jan 16, 2016
1 parent 992092e commit c8c967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version = `git describe --abbrev=0 --tags`.chomp
diff = `git diff`.chomp

if diff
unless diff.empty?
puts "Forgot to git reset --hard?"
exit if gets.chomp != "n"
end
Expand Down

0 comments on commit c8c967d

Please sign in to comment.