aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibreboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreboot b/libreboot
index 717ac8e9..2f3a3ffe 100755
--- a/libreboot
+++ b/libreboot
@@ -40,7 +40,7 @@ libreboot_usage() {
for target in "$root/$PROJECTS"/*; do
if project_check "$target"; then
- printf '%s\n' " $target"
+ printf '%s\n' " ${target##*/}"
fi
done
@@ -54,7 +54,7 @@ libreboot_usage() {
for target in "$root/$TOOLS"/*; do
if tool_check "$target"; then
- printf '%s\n' " $target"
+ printf '%s\n' " ${target##*/}"
fi
done