binpash / try

Inspect a command's effects before modifying your live system
MIT License
5.18k stars 66 forks source link

symbolic links do not migrate correctly #147

Closed mgree closed 7 months ago

mgree commented 7 months ago
: mgreenbe@hippogriff:~/try [main] ; ./try bash
: root@hippogriff:~/try [main] ; touch a
: root@hippogriff:~/try [main] ; ln -s a b
: root@hippogriff:~/try [main] ; ls a b
a  b
: root@hippogriff:~/try [main] ; 
exit

Changes detected in the following files:

/home/mgreenbe/.bash_history (modified)
/home/mgreenbe/try/a (added)

Commit these changes? [y/N] 
Not committing.

I would expect us to migrate b as well.