prefer stderr for warnings
authorhaftmann
Tue, 26 Jun 2012 22:52:01 +0200
changeset 48154 2709937c7430
parent 48153 210043eb4c88
child 48155 1a6fa9b8140c
prefer stderr for warnings
Admin/init_components
--- a/Admin/init_components	Tue Jun 26 22:26:41 2012 +0200
+++ b/Admin/init_components	Tue Jun 26 22:52:01 2012 +0200
@@ -12,7 +12,7 @@
   then
     init_component "${LOCATION}"
   else
-    echo "Warning: no component found in ${LOCATION}"
+    echo "Warning: no component found in ${LOCATION}" >&2
   fi
 }