File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / cmdormsg
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (3 years, 3 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, HEAD
rsync 3.2.3

    1: #!/bin/sh
    2: 
    3: srcdir=`dirname $0`
    4: opt="$1"
    5: shift
    6: 
    7: echo "$*"
    8: if ! "${@}"; then
    9:     echo "If you can't fix the issue, re-run $srcdir/configure with --$opt."
   10:     exit 1
   11: fi

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