pre-applypatch: send error to the standard error
Junio C Hamano committed
Feb 17, 2010 at 12:49 UTC
23b485f6f7579937c17f9b491455a077a27f2d33
1 file changed
+1
-1
pre-applypatch
+1
-1
@@ -20,7 +20,7 @@ then
20
do
21
case " $exists " in
22
*" $a "*)
23
- echo "Test number $a already taken"
23
+ echo >&2 "Test number $a already taken"
24
bad=1
25
;;
26
esac