Skip to content

Commit

Permalink
zcompile -R
Browse files Browse the repository at this point in the history
  • Loading branch information
agkozak committed Sep 16, 2021
1 parent 2851b9c commit 29db8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyglot.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Compile polyglot.sh with zcompile when necessary
if [[ ${0:A:h}/polyglot.sh -nt ${0:A:h}/polyglot.sh.zwc ]] || [[ ! -e ${0:A:h}/polyglot.sh.zwc ]]; then
zcompile "${0:A:h}/polyglot.sh"
zcompile -R "${0:A:h}/polyglot.sh"
fi

#shellcheck source=/dev/null
Expand Down

0 comments on commit 29db8e1

Please sign in to comment.