1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(cli): support noexec environments (#13042)

Closes #13032
This commit is contained in:
Carlo Sala
2025-03-29 12:55:20 +01:00
committed by GitHub
parent a78d006faa
commit f81259fb34
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ EOF
return 1
fi
"$ZSH/tools/changelog.sh" "$version" "${2:-}" "$format"
ZSH="$ZSH" command zsh -f "$ZSH/tools/changelog.sh" "$version" "${2:-}" "$format"
}
function _omz::plugin {