More concrete example is a borrowed pbuilder script that is supposed to execute 
lintian check on a freshly built package. bash as $SHELL it works normally. 
With dash, lintian command is invoked before apt-get finishes its job.

apt-get install -y --force-yes lintian &> /dev/null
lintian -i /tmp/buildd/*.changes | tee /tmp/buildd/lintian

-- 
Different I/O redirection breaks scripts
https://launchpad.net/bugs/58869

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to