File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / cmdormsg
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (4 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>