Package: grub-pc Version: 1.99~rc1-2 Severity: normal grub> for x in 1 2 3 4 5 ; do echo I greet you for the ${x}th time ; done error: syntax error. error: Incorrect command. error: syntax error.
grub> for x in 1 2 3 4 5 ; do echo ${x}th ; done 1th 2th 3th 4th 5th grub> for x in 1 2 3 4 5 ; do echo ${x}th time ; done error: syntax error. error: Incorrect command. error: syntax error. grub> for x in 1 2 3 4 5 ; do echo $x th ; done 1 th 2 th 3 th 4 th 5 th grub> for x in 1 2 3 4 5 ; do echo $x th time ; done error: syntax error. error: Incorrect command. error: syntax error. - Josh Triplett -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.38 Debian configuration management sy ii grub-common 1.99~rc1-2 GRand Unified Bootloader, version ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libdevmapper1.02.1 2:1.02.48-5 The Linux Kernel Device Mapper use ii ucf 3.0025+nmu1 Update Configuration File: preserv grub-pc recommends no packages. Versions of packages grub-pc suggests: ii desktop-base 6.0.5 common files for the Debian Deskto -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org