aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-gdebi
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-12 19:17:58 +0100
committerLoïc Minier <lool@dooz.org>2009-12-12 19:17:58 +0100
commitac8ed103da54f78888a7ab082dedb4197e3acf00 (patch)
tree9b72642fbaddf361cfdc360d4bdffa4bae31ed85 /pbuilder-satisfydepends-gdebi
parent5e2bbef1410919e42f495ca25bb1606cb24c1b67 (diff)
downloadpbuilder-ac8ed103da54f78888a7ab082dedb4197e3acf00.tar
pbuilder-ac8ed103da54f78888a7ab082dedb4197e3acf00.tar.gz
Use stderr and prefix message with E:
Diffstat (limited to 'pbuilder-satisfydepends-gdebi')
-rw-r--r--pbuilder-satisfydepends-gdebi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-gdebi b/pbuilder-satisfydepends-gdebi
index 88bda85..b12aa87 100644
--- a/pbuilder-satisfydepends-gdebi
+++ b/pbuilder-satisfydepends-gdebi
@@ -24,7 +24,7 @@ set -e
function checkbuilddep_internal () {
if ! [ -x /usr/bin/gdebi ]; then
- echo "You need the gdebi-core package to resolve build-deps using gdebi"
+ echo "E: You need the gdebi-core package to resolve build-deps using gdebi" >&2
exit 1
fi