diff options
Diffstat (limited to 'tool')
-rwxr-xr-x | tool/make-snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot index 6efd827187..da312c3681 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -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" |