nix-super/tests/functional/common/subst-vars.sh.in
John Ericson f018a0b0c8 Make functional tests on NixOS use Meson not Make
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-11-04 10:39:09 -05:00

17 lines
289 B
Bash

# NOTE: instances of @variable@ are substituted by the build system
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