On Feb 7, 2008 8:33 PM, Victor Lowther <victor.lowther at gmail.com> wrote: > +check_hibernate() { > + [ -f "${TUXONICE_LOC}/do_hibernate" ]; return $? > +} Same comment about $?. The return value of [ ] will already be used. -- Dan