mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
16 lines
342 B
Bash
16 lines
342 B
Bash
|
# NOTE: instances of @variable@ are substituted as defined in /mk/templates.mk
|
||
|
|
||
|
export PATH=@bindir@:$PATH
|
||
|
export coreutils=@coreutils@
|
||
|
#lsof=@lsof@
|
||
|
|
||
|
export dot=@dot@
|
||
|
export SHELL="@bash@"
|
||
|
export PAGER=cat
|
||
|
export busybox="@sandbox_shell@"
|
||
|
|
||
|
export version=@PACKAGE_VERSION@
|
||
|
export system=@system@
|
||
|
|
||
|
export BUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@
|