From bd094de859887e9daad09a5e044fbd5042d399bc Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Tue, 27 Mar 2007 23:01:37 +0900 Subject: error message goes to &2 --- pbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilder') diff --git a/pbuilder b/pbuilder index f8f4c44..e8ee8bc 100755 --- a/pbuilder +++ b/pbuilder @@ -77,7 +77,7 @@ File extracted to: $BUILDPLACE # saving the place afterwards if [ "${SAVE_AFTER_LOGIN}" = "yes" ]; then if [ "${INTERNAL_BUILD_UML}" = "yes" ]; then - echo "E: Invalid combination of internal-build-uml and save-after-login flags" + echo "E: Invalid combination of internal-build-uml and save-after-login flags" >&2 else echo " -> Saving the results, modifications to this session will persist" unloadhooks @@ -120,7 +120,7 @@ File extracted to: $BUILDPLACE # saving the place afterwards if [ "${SAVE_AFTER_LOGIN}" = "yes" ]; then if [ "${INTERNAL_BUILD_UML}" = "yes" ]; then - echo "E: Invalid combination of internal-build-uml and save-after-login flags" + echo "E: Invalid combination of internal-build-uml and save-after-login flags" >&2 else echo " -> Saving the results, modifications to this session will persist" unloadhooks -- cgit v1.2.3