mirror of
http://cgit.git.savannah.gnu.org/git/grub.git
synced 2026-05-13 15:03: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
|