Skip to content

Commit

Permalink
Use script for pseudo-TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Oct 27, 2024
1 parent f6b5fb3 commit 531985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ set -- init --apply --source="${script_dir}"

echo "Running 'chezmoi $*'" >&2
# exec: replace current process with chezmoi
exec "$chezmoi" "$@"
exec script -q -c "$chezmoi" "$@"

0 comments on commit 531985f

Please sign in to comment.