Fix complaint at line 77 and 78

This commit is contained in:
2015-08-09 14:12:23 -04:00
parent ea12d89895
commit 18b04390de

View File

@@ -74,8 +74,8 @@ usage()
print_info()
{
[ $boot_magic_addr -gt 0 ] && pout " boot magic : ANDROID!"
[ $boot_magic_addr -gt 0 ] && pout " magic address : $boot_magic ($boot_magic_addr)"
[[ $boot_magic_addr -gt 0 ]] && pout " boot magic : ANDROID!"
[[ $boot_magic_addr -gt 0 ]] && pout " magic address : $boot_magic ($boot_magic_addr)"
[ ! -z "$board" ] && pout " board : $board"
pout " kernel : $kernel"
pout " ramdisk : $ramdisk"