From 2bbae0e91acf1090bbcea49476ef007162ec8e2b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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 8a59ec2dda..e2d2fdea38 100644 --- a/misc/rb_optparse.bash +++ b/misc/rb_optparse.bash @@ -1,4 +1,5 @@ -#! /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 a08b3ddd01..9e42eff967 --- a/misc/rb_optparse.zsh +++ b/misc/rb_optparse.zsh @@ -1,4 +1,5 @@ -#!/bin/zsh +# -*- zsh -*- +# # Completion for zsh: # (based on ) # -- cgit v1.2.3