diff options
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-x | pbuilder-apt-config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pbuilder-apt-config b/pbuilder-apt-config index ab9e0ef..9bd4949 100755 --- a/pbuilder-apt-config +++ b/pbuilder-apt-config @@ -133,7 +133,7 @@ while :; do break ;; *) - die "Internal error: unhandled arg $1=$2" + die "Unhandled arg=$1" ;; esac done @@ -206,6 +206,9 @@ if [ -n "$profile" ]; then echo "deb $base_mirror $base_dist-$pocket $components" done ;; + *) + die "Unknown profile for base_vendor=$base_vendor" + ;; esac exit 0 fi |