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