[oe] [PATCH 1/2] stage-manager: fix typo in error message

Detlef Vollmann dv at vollmann.ch
Sun Sep 4 21:21:32 UTC 2011


From: Detlef Vollmann <dv at vollmann.ch>


diff --git a/bin/stage-manager-opkg-build b/bin/stage-manager-opkg-build
index b7be3dc..6deceef 100755
--- a/bin/stage-manager-opkg-build
+++ b/bin/stage-manager-opkg-build
@@ -119,7 +119,7 @@ You probably want to chown these to a system user: " >&2
 	[ "$?" -ne 0 ] && PKG_ERROR=1
 
 	if echo $pkg | grep '[^a-z0-9.+-]'; then
-		echo "*** Error: Package name $name contains illegal characters, (other than [a-z0-9.+-])" >&2
+		echo "*** Error: Package name $pkg contains illegal characters, (other than [a-z0-9.+-])" >&2
 		PKG_ERROR=1;
 	fi
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list