[PATCH] xfsprogs: fix syntax error in include/buildmacros

Christoph Hellwig hch at infradead.org
Tue Aug 4 06:16:35 CDT 2015


On Tue, Aug 04, 2015 at 11:38:29AM +0800, Eryu Guan wrote:
> There's an extra ";" in include/buildmacros, which causes make
> install-dev to fail
> 
>     ......
>     Installing libhandle-install-dev
>     cd ../libhandle/.libs; ... if [ "x/usr/lib64" != "x/usr/lib64"; ]; ...
>     /bin/sh: line 0: [: missing `]'
>     /bin/sh: ]: command not found
>     ......
> 
> This was introduced by
> 02ef543 libhandle: fix installation for symlinked /usr

Thanks, loosk like some shells are stricter than others here.

Reviewed-by: Christoph Hellwig <hch at lst.de>



More information about the xfs mailing list