libk  Diff

Differences From Artifact [9bf8bf8013]:

To Artifact [e2a59a38b7]:


     1      1   #!/usr/bin/env bash
     2      2   export to=${to:-out}
     3         -. global/common.sh
            3  +source global/common.sh
     4      4   
     5      5   if test "$os$arch$bits" = ""; then
     6      6   	say "set the following environment variables to the appropriate atoms describing your system. for help determining the appropriate atoms, see libk.md"
     7      7   	say ' - $os={lin|fbsd|hai|osx…}'
     8      8   	say ' - $arch={x86|arm|ia64|mips…}'
     9      9   	say ' - $bits={|32|64…}'
    10     10   	exit 1