On Feb 7, 2008 8:33 PM, Victor Lowther <[EMAIL PROTECTED]> wrote:
> +check_hibernate() {
> + [ -f "${TUXONICE_LOC}/do_hibernate" ]; return $?
> +}Same comment about $?. The return value of [ ] will already be used. -- Dan _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
