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
index 217b0b722f..ae85e5a2d6 100755
--- a/pre-applypatch
+++ b/pre-applypatch
@@ -20,7 +20,7 @@ then
do
case " $exists " in
*" $a "*)
- echo "Test number $a already taken"
+ echo >&2 "Test number $a already taken"
bad=1
;;
esac