From 4ed51b39563df23ad9a9c1fa192ee213cb958991 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 2 Oct 2019 15:00:17 +0900 Subject: Fixed failure message for `clean-cache` --- tool/make-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/make-snapshot') 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" -- cgit v1.2.1