mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 23:01:45 +00:00

spaces. * tests/grub_script_leading_whitespace.in: New file. * Makefile.util.def (grub_script_leading_whitespace): New test.
5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
#! @builddir@/grub-shell-tester
|
|
|
|
list=" 1 2 3"
|
|
echo $list
|