Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
7e2711bb2b4b30bc842dd8670c34a87e2ca0c2df
/
.
/
cmd-or-msg
blob: ccf9527f94becee53041a967432a87592ec2e2ad [
file
] [
log
] [
blame
]
#!/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