summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index b2fc5346..b5fda8f3 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -241,7 +241,7 @@ vendor_inject()
set +u +e
[ $# -lt 1 ] && $err "No options specified."
- [ "$1" = "listboards" ] && eval "items config/coreboot || :; exit 0"
+ [ "$1" = "listboards" ] && eval "ls -1 config/coreboot || :; exit 0"
archive="$1"