Bug 159256 - games-server/ut2004-ded has redundant braces in bash
Bug#: 159256 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: brebs@sent.com
Component: Games
URL: 
Summary: games-server/ut2004-ded has redundant braces in bash
Keywords:  
Status Whiteboard: 
Opened: 2006-12-27 20:10 0000
Description:   Opened: 2006-12-27 20:10 0000
Hi, it seems that the unstable bash is less tolerant of redundant braces, and
treats them as part of the filename. So ut2004-ded-3369 produces:

rm: cannot remove
`/var/tmp/portage/games-server/ut2004-ded-3369/image///opt/ut2004-ded
/System/{ucc-bin-linux-amd64}': No such file or directory
rm: cannot remove
`/var/tmp/portage/games-server/ut2004-ded-3369/image///opt/ut2004-ded
/System/{ucc-bin-macosx}': No such file or directory

Enclosed is a patch to remove the redundant braces.

The original thread is:
http://forums.gentoo.org/viewtopic-t-527228.html

------- Comment #1 From Paul Bredbury 2006-12-27 20:11:58 0000 -------
Created an attachment (id=104828) [details]
ut2004-ded-3369.patch

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-01-09 23:55:23 0000 -------
fixed...