wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

Fix temporary IFS settings #297

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

When setting the IFS for a certain command only, the command must not be an assignment, otherwise both assignments are evaluated permanently (see https://unix.stackexchange.com/a/458901/317320).

Check list

Description

Type of change

Test environment

carlfriedrich commented 1 year ago

This should have been part of #296 already. Getting tired obviously. 🙈 Merging this directly for the same reasons.