Skip to content

Commit

Permalink
zpwr recompile fpath verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
MenkeTechnologies committed Aug 24, 2024
1 parent e940ea2 commit d10d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/common/zpwrRecompileFpath
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function zpwrRecompileFpath() {
done

if (( $#fpathZshFiles )); then
print "Recompiling ${#fpathZshFiles} zsh files in ${origDir}: "
print "Found ${#fpathZshFiles} zsh files in ${origDir}: "
if ! zrecompile -p -U $dir.zwc $fpathZshFiles 2>> "$ZPWR_LOGFILE"; then
echo ">>> FALLBACK to sudo zsh -c autoload zrecompile; zrecompile -p -U $dir.zwc \$fpathZshFiles"
sudo zsh -c "autoload zrecompile; zrecompile -p -U $dir.zwc $fpathZshFiles"
Expand Down

0 comments on commit d10d4e6

Please sign in to comment.