mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
34fe2478a2
Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
17 lines
300 B
Bash
17 lines
300 B
Bash
# 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
|