Skip to content

Commit 532b81f

Browse files
committed
Fix missing '$'
1 parent af352bd commit 532b81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

antidote.lite.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function plugin-compile {
103103
emulate -L zsh; setopt local_options $_alite_zopts
104104
autoload -Uz zrecompile
105105
local zfile
106-
for zfile in ${1:-ANTIDOTE_LITE_HOME}/**/*.zsh{,-theme}(N); do
106+
for zfile in ${1:-$ANTIDOTE_LITE_HOME}/**/*.zsh{,-theme}(N); do
107107
[[ $zfile != */test-data/* ]] || continue
108108
zrecompile -pq "$zfile"
109109
done

0 commit comments

Comments
 (0)