From 9e7cc1ac00d4b12147bd67e3e66cd71d11126f94 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 27 Dec 2018 19:29:42 -0500 Subject: Remove extraneous radix specifier in grub_bo_dump() --- projects/grub/grub-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/grub/grub-helper b/projects/grub/grub-helper index e28c0f9e..f04aedc7 100755 --- a/projects/grub/grub-helper +++ b/projects/grub/grub-helper @@ -72,7 +72,7 @@ grub_bo_search() { grub_bo_dump() { local file="$1" - od -Anx -t x1 -w16 -v "$file" | paste -sd '' | tr -d ' ' + od -An -t x1 -w16 -v "$file" | paste -sd '' | tr -d ' ' } grub_bo() { -- cgit v1.2.3-70-g09d2