diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-12 19:37:57 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-12 19:37:57 +0100 |
| commit | 77b0b448e2ec48c92398f531fa6e31c4b3886270 (patch) | |
| tree | 6606bfe46032a6bbc7a7777cfa973d20912b04ba /include/lib.sh | |
| parent | c7fb6a2bc849bd31993cc0383b36fce32a2b96d1 (diff) | |
more cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
| -rw-r--r-- | include/lib.sh | 3 |
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 } |
