summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-12 19:37:57 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-12 19:37:57 +0100
commit77b0b448e2ec48c92398f531fa6e31c4b3886270 (patch)
tree6606bfe46032a6bbc7a7777cfa973d20912b04ba /include/lib.sh
parentc7fb6a2bc849bd31993cc0383b36fce32a2b96d1 (diff)
more cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lib.sh b/include/lib.sh
index 781ff877..a7e93dfb 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -82,7 +82,6 @@ e()
fi
eval "$estr"
-
printf "%s %s\n" "$1" "$es2" 1>&2
}
@@ -109,7 +108,6 @@ findpath()
fi
printf "%s\n" "$found"
-
shift 1
done
}
@@ -157,7 +155,6 @@ xbmkdir()
while [ $# -gt 0 ]; do
[ ! -d "$1" ] && \
x_ mkdir -p "$1"
-
shift 1
done
}