]> git.proxmox.com Git - grub2.git/blame - tests/grub_script_escape_comma.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / grub_script_escape_comma.in
CommitLineData
f7457fb2
VS
1#! @builddir@/grub-shell-tester
2
3x=1\\,1
4echo $x
5y='$'
6echo $y
7z='\'
8echo $z
9t='\*'
10echo $t
11u='$'
12echo $u
13v='\?'
14echo $v
15
16
17echo \\
18