]> Zhao Yanbai Git Server - minix.git/commit
x86_hdimage.sh: use nbstat from tooldir.
authorThomas Cort <tcort@minix3.org>
Sat, 22 Feb 2014 21:32:12 +0000 (16:32 -0500)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:09 +0000 (17:05 +0200)
commit6bc75c4a0d9abb2cd73a551a6fc80bb399de627a
treead90a7c4941bf0725f5813858bccc356656a5521
parent1d48ef9844c3f999487ba4041c124045676ed4c2
x86_hdimage.sh: use nbstat from tooldir.

The syntax of the stat(1) command varies between Linux and FreeBSD.
This prevented `x86_hdimage.sh -i` from succeeding on FreeBSD 10.0.
The fix is to use the NetBSD stat from the tooldir for all systems.

Change-Id: I121e5fd36b0d4a944ba0109cf58095ab7d150847
releasetools/x86_hdimage.sh