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

ruby-changes:59900

From: Nobuyoshi <ko1@a...>
Date: Sat, 1 Feb 2020 23:26:19 +0900 (JST)
Subject: [ruby-changes:59900] a2e215fea4 (master): Removed useless shebang and executable bit [ci skip]

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

From a2e215fea4aee398bc903176c4419b4425c98c60 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 1 Feb 2020 23:24:43 +0900
Subject: Removed useless shebang and executable bit [ci skip]


diff --git a/array.rb b/array.rb
old mode 100755
new mode 100644
index e1a0fc0..a49ab98
--- a/array.rb
+++ b/array.rb
@@ -1,4 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/array.rb#L1
-#!/usr/bin/ruby
 class Array
   # call-seq:
   #    ary.shuffle!              -> ary
-- 
cgit v0.10.2


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

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