ruby-changes:65690
From: Nobuyoshi <ko1@a...>
Date: Mon, 29 Mar 2021 19:41:59 +0900 (JST)
Subject: [ruby-changes:65690] 2bbae0e91a (master): [ruby/optparse] Completion scripts themselves are not executable
https://git.ruby-lang.org/ruby.git/commit/?id=2bbae0e91a From 2bbae0e91acf1090bbcea49476ef007162ec8e2b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 29 Mar 2021 15:36:16 +0900 Subject: [ruby/optparse] Completion scripts themselves are not executable https://github.com/ruby/optparse/commit/65d8aff935 --- misc/rb_optparse.bash | 3 ++- misc/rb_optparse.zsh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) mode change 100755 => 100644 misc/rb_optparse.zsh diff --git a/misc/rb_optparse.bash b/misc/rb_optparse.bash index 8a59ec2..e2d2fde 100644 --- a/misc/rb_optparse.bash +++ b/misc/rb_optparse.bash @@ -1,4 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/misc/rb_optparse.bash#L1 -#! /bin/bash +# -*- bash -*- +# # Completion for bash: # # (1) install this file, diff --git a/misc/rb_optparse.zsh b/misc/rb_optparse.zsh old mode 100755 new mode 100644 index a08b3dd..9e42eff --- a/misc/rb_optparse.zsh +++ b/misc/rb_optparse.zsh @@ -1,4 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/misc/rb_optparse.zsh#L1 -#!/bin/zsh +# -*- zsh -*- +# # Completion for zsh: # (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>) # -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/