Masahiro Yamada
858805b336
kbuild: add $(BASH) to run scripts with bash-extension
...
CONFIG_SHELL falls back to sh when bash is not installed on the system,
but nobody is testing such a case since bash is usually installed.
So, shell scripts invoked by CONFIG_SHELL are only tested with bash.
It makes it difficult to test whether the hashbang #!/bin/sh is real.
For example, #!/bin/sh in arch/powerpc/kernel/prom_init_check.sh is
false. (I fixed it up)
Besides, some shell scripts invoked by CONFIG_SHELL use bash-extension
and #!/bin/bash is specified as the hashbang, while CONFIG_SHELL may
not always be set to bash.
Probably, the right thing to do is to introduce BASH, which is bash by
default, and always set CONFIG_SHELL to sh. Replace $(CONFIG_SHELL)
with $(BASH) for bash scripts.
If somebody tries to add bash-extension to a #!/bin/sh script, it will
be caught in testing because /bin/sh is a symlink to dash on some major
distributions.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2019-09-04 22:54:13 +09:00
..
2019-07-25 17:35:03 -07:00
2019-07-19 10:42:02 -07:00
2019-05-21 10:50:46 +02:00
2019-08-02 08:44:33 -07:00
2019-07-25 15:41:31 +02:00
2019-06-03 16:18:12 +02:00
2019-08-08 08:47:55 +02:00
2019-07-11 15:30:05 -07:00
2019-07-25 15:39:27 +02:00
2019-07-15 20:44:49 -07:00
2019-05-21 11:28:45 +02:00
2019-06-28 19:46:47 +02:00
2019-08-06 12:49:18 +02:00
2019-07-10 20:37:49 +02:00
2019-07-30 21:50:03 -04:00
2019-04-29 16:48:03 +02:00
2019-04-04 21:04:13 -04:00
2019-06-05 17:37:17 +02:00
2019-05-30 11:26:37 -07:00
2019-04-26 13:51:03 -04:00
2019-05-30 11:26:35 -07:00
2019-07-08 18:55:42 -07:00
2019-07-08 18:55:42 -07:00
2019-07-08 18:55:42 -07:00
2019-05-28 17:46:43 -04:00
2019-06-05 17:37:17 +02:00
2019-01-25 11:22:43 -08:00
2019-06-19 17:09:55 +02:00
2019-03-07 18:32:02 -08:00
2019-05-21 10:50:45 +02:00
2019-06-05 17:36:37 +02:00
2019-07-08 10:39:56 -07:00
2019-06-19 17:09:06 +02:00
2019-05-21 10:50:45 +02:00
2019-07-25 08:36:29 -07:00
2019-05-21 11:52:39 +02:00
2019-07-30 19:57:14 +02:00
2019-05-30 11:26:35 -07:00
2019-06-03 15:49:06 +02:00
2019-07-25 15:37:04 +02:00
2019-05-21 10:50:45 +02:00
2019-06-03 11:50:18 +02:00
2019-07-09 10:10:52 +09:00
2019-05-21 10:50:45 +02:00
2019-07-12 11:05:40 -07:00
2019-05-21 10:50:45 +02:00
2019-06-17 12:09:22 +02:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:46 +02:00
2019-05-21 10:50:46 +02:00
2019-05-21 10:50:46 +02:00
2019-07-22 18:05:11 +02:00
2019-03-07 18:32:02 -08:00
2019-06-19 17:09:06 +02:00
2019-07-08 20:28:59 -07:00
2019-06-19 17:09:06 +02:00
2019-05-24 20:16:01 +02:00
2019-07-18 11:51:00 -07:00
2019-05-30 11:26:39 -07:00
2019-05-21 10:50:45 +02:00
2019-06-05 17:37:17 +02:00
2019-09-04 22:54:13 +09:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-07-18 12:06:57 -07:00
2019-05-21 10:50:45 +02:00
2019-06-05 17:37:17 +02:00
2019-07-18 13:39:54 +08:00
2019-07-15 11:03:01 -03:00
2019-05-30 11:26:35 -07:00
2019-07-18 17:08:07 -07:00
2019-07-16 19:23:24 -07:00
2019-05-21 10:50:45 +02:00
2019-07-16 19:23:24 -07:00
2019-05-21 10:50:45 +02:00
2019-03-12 13:27:20 -07:00
2019-07-18 17:08:06 -07:00
2019-05-27 09:36:28 -05:00
2019-05-29 09:31:44 -05:00
2019-08-03 07:02:00 -07:00
2019-07-20 11:27:16 +02:00
2019-05-21 10:50:45 +02:00
2019-07-08 11:01:13 -07:00
2019-07-18 16:47:24 +02:00
2019-06-15 12:25:55 +02:00
2019-06-21 01:54:53 +02:00
2019-06-01 15:51:31 -07:00
2019-07-18 17:08:07 -07:00
2019-05-30 11:26:37 -07:00
2019-05-21 11:52:39 +02:00
2019-05-28 09:06:09 -07:00
2019-07-18 11:51:00 -07:00
2019-05-30 11:26:37 -07:00
2019-07-18 17:08:07 -07:00
2019-05-21 10:50:45 +02:00
2019-06-23 14:26:26 +02:00
2019-07-08 19:36:47 -07:00
2019-05-21 10:50:45 +02:00
2019-07-08 19:36:47 -07:00
2019-06-05 17:37:17 +02:00
2019-06-05 17:37:17 +02:00
2019-04-19 09:46:05 -07:00
2019-04-18 14:05:51 +02:00
2019-04-16 16:55:15 +02:00
2019-06-27 14:12:19 -07:00