Avoid == in test command, it's not portable.

This commit is contained in:
Grégoire Sutre 2010-07-05 00:45:14 +02:00
parent cb7f64b229
commit 57ebd41ef1
3 changed files with 7 additions and 2 deletions

View file

@ -52,7 +52,7 @@ EOF
set do_resume=1
fi
fi
if [ \$do_resume == 0 ]; then
if [ \$do_resume = 0 ]; then
xnu_uuid ${OSXUUID} uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml