|
root / base / usr / src / contrib / rsync / cmd-or-msg
cmd-or-msg Plain Text 12 lines 166 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/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