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

ruby-changes:68373

From: Takashi <ko1@a...>
Date: Mon, 11 Oct 2021 15:39:27 +0900 (JST)
Subject: [ruby-changes:68373] 69cedee2a6 (master): chmod +x tool/sync_default_gems.rb

https://git.ruby-lang.org/ruby.git/commit/?id=69cedee2a6

From 69cedee2a65882c637a815f1d39bf02fa0756114 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 10 Oct 2021 23:37:48 -0700
Subject: chmod +x tool/sync_default_gems.rb

I'm too lazy to start the command with `ruby`.
---
 tool/sync_default_gems.rb | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 tool/sync_default_gems.rb

diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
old mode 100644
new mode 100755
index a04d8ccea3..73cf779d50
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L1
+#!/usr/bin/env ruby
 # sync upstream github repositories to ruby repository
 
 require 'fileutils'
-- 
cgit v1.2.1


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

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