From patchwork Sun Sep 4 21:21:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] stage-manager: fix typo in error message Date: Sun, 04 Sep 2011 21:21:32 -0000 From: Detlef Vollmann X-Patchwork-Id: 10981 Message-Id: <1315171293-11256-2-git-send-email-dv@vollmann.ch> To: openembedded-devel@lists.openembedded.org From: Detlef Vollmann 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