summaryrefslogtreecommitdiff
path: root/scripts/build/check--help
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-03-07 13:01:16 +0000
committerCy Schubert <cy@FreeBSD.org>2019-03-07 13:01:16 +0000
commit360c01464aee3bc4c520898a675f35967db09ac2 (patch)
treec244e3f6baebbb7d13d8dd0d4ee570773cb3c579 /scripts/build/check--help
parentc7f4d2332394d5600fe4e14c530ede36b0ff29b0 (diff)
Notes
Diffstat (limited to 'scripts/build/check--help')
-rwxr-xr-xscripts/build/check--help4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/check--help b/scripts/build/check--help
index 1524675b4473..a968fc4ecabf 100755
--- a/scripts/build/check--help
+++ b/scripts/build/check--help
@@ -10,13 +10,13 @@
if test ! -f $1
then
- echo "$0: $1 is not a regular file!" 2>&3
+ echo "$0: $1 is not a regular file!" 1>&2
exit 1
fi
if grep -q 'no --help' $1
then
- echo "$0: $1 contains 'no --help'!" 2>&3
+ echo "$0: $1 contains 'no --help'!" 1>&2
mv ${1} ${1}-
exit 1
fi