]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
Remove bashism from Makefile
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 17 Sep 2013 16:20:40 +0000 (20:20 +0400)
committerNeilBrown <neilb@suse.de>
Tue, 17 Sep 2013 23:21:23 +0000 (09:21 +1000)
commitfe8ea9407f0fbc5ffb8d2a37ba4618a2112b9a65
tree55927775a062edd10dcb4fa5b097fccfa1846808
parent9eaf410feda4ad112d3cee0c0b5b4edf05fc63bf
Remove bashism from Makefile

Makefile uses [ x == y ] construct which does not work
with POSIX shell.  Since this is just testing a flag,
replace it with string comparison (=) operator instead.

Signed-off-By: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: NeilBrown <neilb@suse.de>
Makefile