1
0
src/lsd/dist/install
2021-12-30 10:06:52 -05:00

13 lines
187 B
Plaintext
Executable File

#!/bin/false
set -e
depend_on nonzero
if ! nonzero "$PREFIX"; then
printf 'Please select a $PREFIX for installation.
For example, "PREFIX=/ %s".\n' "$0" 1>&2
exit 1
fi
. ./sync_musl