mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
When your home is on a network filesytems, multiple shells can try to write to the autojump store concurrently. The previous system was a bit dangerous since the name of the temp file was always the same. This should be better, since the different autojump instances should all write to different temporaries, and only the atomic rename() should be concurrent. Time will tell...
7.7 KiB
Executable File
7.7 KiB
Executable File