From 163e0751e2066cd24ec4de61f30489b5a21161e8 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sat, 31 Dec 2011 10:45:29 +0900 Subject: Bug#644507: pbuilder produces a confusing error message about the dcs filename if it can't read the dsc file. Make the message say that the file is not found instead of complaining about the validity of file name format, which is irrelevant. --- pbuilder-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-buildpackage') diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index 8203268..44ac855 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -27,7 +27,7 @@ set -e PACKAGENAME="$1" if [ ! -f "$PACKAGENAME" ]; then - log "E: Command line parameter [$PACKAGENAME] is not a valid .dsc file name" + log "E: Command line parameter [$PACKAGENAME] is does not exist" exit 1; fi; -- cgit v1.2.3