#!/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