build: fix umask test
authorKurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Sun, 19 Jun 2016 04:12:06 +0000 (06:12 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 20 Jun 2016 20:48:42 +0000 (22:48 +0200)
commit3f4c72c60793ca6ada24ae85c3211b2ab178eb3b
tree6b4fa9d22b180d9d27a108af8019150c63f2c7be
parent052b46c6dcd689e8dc2e7dbe6e334a62c53e1bd1
build: fix umask test

Some shells' builtin umask does not print 2 leading 0's for the umask.
Switching to bash is done anyway.
This patch switches to bash before the umask test.

Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile