summaryrefslogtreecommitdiff
path: root/architect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'architect.sh')
-rw-r--r--architect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/architect.sh b/architect.sh
index e99f75760..c83df6fd1 100644
--- a/architect.sh
+++ b/architect.sh
@@ -1,5 +1,5 @@
if [[ ! -e ${PKG_BASE}/arch/${PKG_ARCH}/target ]]; then
- echo "unknown architecture: ${PKG_NAME}" 1>&2
+ echo "unknown architecture: ${PKG_ARCH}" 1>&2
exit 1
fi