1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/functional/common/subst-vars.sh.in

18 lines
300 B
Bash
Raw Normal View History

# NOTE: instances of @variable@ are substituted as defined in /mk/templates.mk
if [[ -z "${COMMON_SUBST_VARS_SH_SOURCED-}" ]]; then
COMMON_SUBST_VARS_SH_SOURCED=1
bash=@bash@
bindir=@bindir@
coreutils=@coreutils@
dot=@dot@
busybox="@sandbox_shell@"
version=@PACKAGE_VERSION@
system=@system@
fi