diff options
-rwxr-xr-x | projects/grub/grub-helper | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |