[前][次][番号順一覧][スレッド一覧]

ruby-changes:58084

From: Nobuyoshi <ko1@a...>
Date: Wed, 2 Oct 2019 17:04:37 +0900 (JST)
Subject: [ruby-changes:58084] 4ed51b3956 (master): Fixed failure message for `clean-cache`

https://git.ruby-lang.org/ruby.git/commit/?id=4ed51b3956

From 4ed51b39563df23ad9a9c1fa192ee213cb958991 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 2 Oct 2019 15:00:17 +0900
Subject: Fixed failure message for `clean-cache`


diff --git a/tool/make-snapshot b/tool/make-snapshot
index 6efd827..da312c3 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -478,7 +478,7 @@ touch-unicode-files: https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L478
         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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]