1
0

clean crud

This commit is contained in:
dtb 2021-12-29 23:56:03 -05:00
parent f44e84ee52
commit 30eab38539

10
lsd/dist/install vendored
View File

@ -1,10 +1,7 @@
#!/bin/true
set -e
depend_on cd
depend_on mkdir
depend_on nonzero
depend_on test
if ! nonzero "$PREFIX"; then
printf 'Please select a $PREFIX for installation.
@ -12,9 +9,4 @@ For example, "PREFIX=/ %s".\n' "$0" 1>&2
exit 1
fi
# constant definitions
MUSL_UPSTREAM="git://git.musl-libc.org/musl"
argv0="$0"
trinitx sync_musl
. ./sync_musl