2024-11-03 22:10:34 +00:00
|
|
|
# NOTE: instances of @variable@ are substituted by the build system
|
2024-05-28 14:10:02 +00:00
|
|
|
|
2024-06-08 11:10:51 +00:00
|
|
|
if [[ -z "${COMMON_SUBST_VARS_SH_SOURCED-}" ]]; then
|
|
|
|
|
|
|
|
COMMON_SUBST_VARS_SH_SOURCED=1
|
2024-06-16 10:13:07 +00:00
|
|
|
|
2024-07-08 20:07:06 +00:00
|
|
|
bash=@bash@
|
2024-06-08 11:10:51 +00:00
|
|
|
bindir=@bindir@
|
2024-07-08 20:07:06 +00:00
|
|
|
coreutils=@coreutils@
|
2024-05-28 14:10:02 +00:00
|
|
|
|
2024-07-08 20:07:06 +00:00
|
|
|
dot=@dot@
|
|
|
|
busybox="@sandbox_shell@"
|
2024-05-28 14:10:02 +00:00
|
|
|
|
2024-07-08 20:07:06 +00:00
|
|
|
version=@PACKAGE_VERSION@
|
|
|
|
system=@system@
|
2024-06-24 16:07:21 +00:00
|
|
|
|
2024-06-08 11:10:51 +00:00
|
|
|
fi
|