From 5f40673ec54f90dec363a454a1bdd343c542cdf2 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Mon, 29 Nov 2021 06:02:42 +0900 Subject: [PATCH] zsh: compinit: unsetopt nocaseglob --- packages/zsh/build.sh | 2 +- packages/zsh/compinit.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packages/zsh/compinit.patch diff --git a/packages/zsh/build.sh b/packages/zsh/build.sh index 5bbe3bb85..970ec1b68 100644 --- a/packages/zsh/build.sh +++ b/packages/zsh/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Shell with lots of features" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=5.8 -TERMUX_PKG_REVISION=10 +TERMUX_PKG_REVISION=11 TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/zsh-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27 # Remove hard link to bin/zsh as Android does not support hard links: diff --git a/packages/zsh/compinit.patch b/packages/zsh/compinit.patch new file mode 100644 index 000000000..732bac6f5 --- /dev/null +++ b/packages/zsh/compinit.patch @@ -0,0 +1,10 @@ +--- a/Completion/compinit ++++ b/Completion/compinit +@@ -69,6 +69,7 @@ + + emulate -L zsh + setopt extendedglob ++unsetopt nocaseglob + + typeset _i_dumpfile _i_files _i_line _i_done _i_dir _i_autodump=1 + typeset _i_tag _i_file _i_addfiles _i_fail=ask _i_check=yes _i_name