Skip to content

Commit

Permalink
Revert "Use script for pseudo-TTY"
Browse files Browse the repository at this point in the history
This reverts commit 531985f.
  • Loading branch information
jasonmorganson committed Oct 27, 2024
1 parent 531985f commit 6678af5
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 script -q -c "$chezmoi" "$@"
exec "$chezmoi" "$@"

0 comments on commit 6678af5

Please sign in to comment.