[Bug 492618] Re: problem with curly brackets when reading script from file which

2009-12-04 Thread ailo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36451846/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/36451847/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/36451848/ProcStatus.txt ** Attachment

[Bug 492618] Re: problem with curly brackets when reading script from file which

2009-12-04 Thread Lars Ljung
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please attach an example test.sh to the bug report so that we can see what's going on. ** Changed in: gnome-terminal (Ubuntu) Status: New = Incomplete -- problem with curly brackets when reading script

[Bug 492618] Re: problem with curly brackets when reading script from file which

2009-12-04 Thread ailo
I did have problems installing Ubuntu Studio (bad DVD), and used Advanced Mode during installation. Maybe this bug is related to locale. I am using en_US.UTF-8 I think I should be using en_US.ISO8859-1. Trying to change that now. added an example file which will create folder test plus three

[Bug 492618] Re: problem with curly brackets when reading script from file which

2009-12-04 Thread Lars Ljung
You need to add #!/bin/bash at the top of that script, otherwise it will use /bin/sh. /bin/sh is different from /bin/bash and doesn't support brace expansion. Since this is not a bug I'm marking it as invalid. Feel free to continue to report any other bugs you may find. ** Changed in: