> > I think '/bin/sh' is a better choice also. > > On my system, 'ash' doesn't understand "~", so the > last line of bbsession "mv $TEMPFILE ~/.bbsession" > fails with "No such file or directory"
yep '~' is a GNU ism (-: Use $HOME, it *SHOULD* be safe enough.
