Comment 1 for bug 1781824

Revision history for this message
David Vogt (wingedlabs) wrote :

I have the same problem - except it's even worse for me - it changes sporadically between the intended path and $HOME. Tested with the following commandline:

# reproduce problem
cd /tmp
for _ in `seq 100`; do sakura -e 'bash -c "pwd >> /tmp/paaaath"'; done

# Show stats
sort /tmp/paaaath | uniq -c
     53 /home/dv
     49 /tmp

My version is also 3.6.0, via the official Archlinux package