Prefer more portable test(1) constructs
authorColin Watson <cjwatson@ubuntu.com>
Fri, 17 Jan 2014 15:24:50 +0000 (15:24 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 17 Jan 2014 15:29:43 +0000 (15:29 +0000)
commitff66b8e7d8397c40bdd57ada31665b605c20c565
tree74c27cee552d8e773dcd9e808e7a748750e2b664
parent09a836e59c1103ed9aa238dcd526da670c9b0d90
Prefer more portable test(1) constructs

* util/grub.d/00_header.in (make_timeout): Use && rather than test
-a.
* util/grub.d/10_windows.in: Likewise.
* util/grub.d/10_netbsd.in (netbsd_load_fs_module): Use || rather
than test -o.
* util/grub.d/30_os-prober.in: Use && rather than test -a, and ||
rather than test -o.
ChangeLog
util/grub.d/00_header.in
util/grub.d/10_netbsd.in
util/grub.d/10_windows.in
util/grub.d/30_os-prober.in