diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
| commit | 360c01464aee3bc4c520898a675f35967db09ac2 (patch) | |
| tree | c244e3f6baebbb7d13d8dd0d4ee570773cb3c579 /scripts/build/check--help | |
| parent | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (diff) | |
Notes
Diffstat (limited to 'scripts/build/check--help')
| -rwxr-xr-x | scripts/build/check--help | 4 |
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 |
