diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-12 19:17:58 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-12 19:17:58 +0100 |
commit | ac8ed103da54f78888a7ab082dedb4197e3acf00 (patch) | |
tree | 9b72642fbaddf361cfdc360d4bdffa4bae31ed85 | |
parent | 5e2bbef1410919e42f495ca25bb1606cb24c1b67 (diff) | |
download | pbuilder-ac8ed103da54f78888a7ab082dedb4197e3acf00.tar pbuilder-ac8ed103da54f78888a7ab082dedb4197e3acf00.tar.gz |
Use stderr and prefix message with E:
-rw-r--r-- | pbuilder-satisfydepends-gdebi | 2 |
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 |