libk  Diff

Differences From Artifact [9bf8bf8013]:

To Artifact [e2a59a38b7]:


1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
export to=${to:-out}
. global/common.sh

if test "$os$arch$bits" = ""; then
	say "set the following environment variables to the appropriate atoms describing your system. for help determining the appropriate atoms, see libk.md"
	say ' - $os={lin|fbsd|hai|osx…}'
	say ' - $arch={x86|arm|ia64|mips…}'
	say ' - $bits={|32|64…}'
	exit 1


|







1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
export to=${to:-out}
source global/common.sh

if test "$os$arch$bits" = ""; then
	say "set the following environment variables to the appropriate atoms describing your system. for help determining the appropriate atoms, see libk.md"
	say ' - $os={lin|fbsd|hai|osx…}'
	say ' - $arch={x86|arm|ia64|mips…}'
	say ' - $bits={|32|64…}'
	exit 1