mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
f018a0b0c8
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
17 lines
289 B
Bash
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
|