summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-07-26 01:44:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-26 10:36:36 +0200
commit1c2162fa42194ba4b932dfa2e038c551b533e7c3 (patch)
treee15c9167f369099219be9b1f4dafc89320dd05b6 /scripts
parent10160fc48cda49c5960bb2d412a2c7355deef664 (diff)
scripts/ipkg-build: fix error message
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ipkg-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index 22600e8e0..e2719314c 100644
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
@@ -106,7 +106,7 @@ You probably want to remove them: " >&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