From da6814a4858180e15a773b9cb1fc5db5aa315320 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 15 Mar 2026 15:04:17 +0900 Subject: [PATCH] Don't use global variables --- src/_cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_cask b/src/_cask index 3cd4335..fe4276f 100644 --- a/src/_cask +++ b/src/_cask @@ -48,7 +48,7 @@ function _cask() { case $state in subcommand) - subcommands=( + local -a subcommands=( "build:build all Elisp files in the files directive" "clean-elc:remove all byte compiled Elisp files in the files directive" "exec:execute command with correct 'exec-path' and 'load-path'"