aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-27 23:01:37 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-27 23:01:37 +0900
commitbd094de859887e9daad09a5e044fbd5042d399bc (patch)
tree4befd3d48bf192f03651ee40c9ecb7800bfe64c9 /pbuilder
parentb8b58fea9dc6c6e9346c25fd052ae41e9d259e38 (diff)
downloadpbuilder-bd094de859887e9daad09a5e044fbd5042d399bc.tar
pbuilder-bd094de859887e9daad09a5e044fbd5042d399bc.tar.gz
error message goes to &2
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder4
1 files changed, 2 insertions, 2 deletions
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