Files
rsync/cmd-or-msg
2021-09-26 18:55:46 -07:00

12 lines
166 B
Bash
Executable File

#!/bin/sh
srcdir=`dirname $0`
opt="$1"
shift
echo "$*"
if ! "${@}"; then
echo "If you can't fix the issue, re-run $srcdir/configure with --$opt."
exit 1
fi