Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
85e62c330dcf60fbad7ab6604fbfebcc585adaf3
/
.
/
cmdormsg
blob: ccf9527f94becee53041a967432a87592ec2e2ad [
file
] [
log
] [
blame
]
Wayne Davison
7587e20
2020-06-21 12:54:02 -0700
[
diff
] [
blame
]
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