readelf: string to glob

This commit is contained in:
2024-11-22 10:20:35 +01:00
parent a411350480
commit 5b7b3ad924

View File

@ -2,7 +2,7 @@
# Inpect ELF-files
def elf [
elf: string # ELF-file to inspect
elf: glob # ELF-file to inspect
get?: cell-path
] {
if $get == null {