[Pm-utils] [PATCH 4/4] Added tuxonice support to modular sleep branch

Dan Nicholson dbn.lists at gmail.com
Fri Feb 8 10:08:34 PST 2008


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


More information about the Pm-utils mailing list