summaryrefslogtreecommitdiffstats
path: root/opkg-build
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-build')
-rwxr-xr-xopkg-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/opkg-build b/opkg-build
index e02eaca..0fe513a 100755
--- a/opkg-build
+++ b/opkg-build
@@ -108,7 +108,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