1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed failure message for clean-cache

This commit is contained in:
Nobuyoshi Nakada 2019-10-02 15:00:17 +09:00
parent 84cbce3d88
commit 4ed51b3956
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -478,7 +478,7 @@ touch-unicode-files:
return
end
unless system(make, "clean-cache", *args)
puts $colorize.fail("prepare-package failed")
puts $colorize.fail("clean-cache failed")
return
end
print "prerequisites"