aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/check--help
diff options
context:
space:
mode:
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