From 5b7b3ad9248ec96ad5cb35440b6b3a4b26752234 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 22 Nov 2024 10:20:35 +0100 Subject: [PATCH] readelf: string to glob --- tree/.local/nu/readelf.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.local/nu/readelf.nu b/tree/.local/nu/readelf.nu index b4933b2..0a8ddaa 100644 --- a/tree/.local/nu/readelf.nu +++ b/tree/.local/nu/readelf.nu @@ -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 {