Follow-up Comment #2, bug #44115 (project grub):
Yes, it helps!
Thank you very much!
Now the results are the expected ones.
-----
grub> if test "one" = "one" -a "one" = "two" ; then echo "yes" ; else echo
"no"
; fi
no
grub> if test -f $prefix/grub.cfg -a "one" = "two" ; then echo "yes" ; else
echo
"no" ; fi
no
grub> if test "one" = "two" -a -f $prefix/grub.cfg ; then echo "yes" ; else
echo
"no" ; fi
no
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44115>
_______________________________________________
Mensaje enviado vía/por Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub