Don't use global variables
This commit is contained in:
parent
ce3bdfed22
commit
da6814a485
|
|
@ -48,7 +48,7 @@ function _cask() {
|
||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
subcommand)
|
subcommand)
|
||||||
subcommands=(
|
local -a subcommands=(
|
||||||
"build:build all Elisp files in the files directive"
|
"build:build all Elisp files in the files directive"
|
||||||
"clean-elc:remove all byte compiled 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'"
|
"exec:execute command with correct 'exec-path' and 'load-path'"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue