<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I tried to use expect, just to give "dpkg-reconfigure dash" a "no" answer.<br><br>I'm here right now:<br><br>----------------------------------------<br># cat test.sh<br><br>#!/bin/bash<br><br>echo "hi"<br><br>/usr/bin/expect - << EndMark<br>spawn dpkg-reconfigure dash<br>expect "*"<br>send "no"<br>EndMark<br>exit 0<br><br>echo "done"<br>----------------------------------------<br><br># sh test.sh<br>hi<br>spawn dpkg-reconfigure dash<br># <br><br><br>but it ain't working :S<br><br>could someone give a little help with it? :D :S<br><br>thanks :\<br></td></tr></table><br>