From d63b83d26694c531d900e29932e2f38a1aa12690 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Feb 2009 13:48:21 -0800 Subject: make-sourceball: Fix license error output Remove the goofy -e and add the pkgname Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index 328bafd..85756de 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -74,7 +74,7 @@ create_srcpackage() { echo "Creating source tarball for $pkgname-$pkgver-$pkgrel" if ! chk_license ${license[@]}; then - die -e "\tPackage license (${license[@]}) does not require source tarballs. Doing nothing" + die "\t$pkgname license (${license[@]}) does not require source tarballs. Doing nothing" fi local logfile="$logpath/$pkgname" -- cgit v1.2.3-2-g168b