tools/e2fsprogs: fixup STAGING_DIR_HOST path evaluation in shell scripts
authorRobert Marko <robimarko@gmail.com>
Tue, 2 Jul 2024 09:14:17 +0000 (11:14 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 2 Jul 2024 12:04:49 +0000 (14:04 +0200)
commitfd085a737b9c2158e4086954f316494eebcb4ae1
tree06f294a3b65e1cbf0def6a052de1eabdc8d1a0cb
parenta787ebf7165c461be2a1c940198e9643f05f5d40
tools/e2fsprogs: fixup STAGING_DIR_HOST path evaluation in shell scripts

We have to use curly braces on the exported STAGING_DIR_HOST env variable,
instead of evaluating it directly as we are not in Make but a separate
shell script.

Otherwise it would fail with:
staging_dir/host/bin/compile_et: line 6: STAGING_DIR_HOST: command not found
staging_dir/host/bin/mk_cmds: line 5: STAGING_DIR_HOST: command not found

And so when krb5 tries to build it will fail as compile_et and mk_cmds will
return an error.

Fixes: 55bda9863dd0 ("tools/e2fsprogs: fix shell scripts under SDK")
Link: https://github.com/openwrt/openwrt/pull/15854
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/e2fsprogs/Makefile