[Bug 4640] New: wineprefixcreate uses incorrect shopt form setting nullglob

Wine Bugs wine-bugs at winehq.org
Wed Feb 22 08:50:18 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4640

           Summary: wineprefixcreate uses incorrect shopt form setting
                    nullglob
           Product: Wine
           Version: 0.9.8.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-tools
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: cduffy at spamcop.net


The line "shopt -o nullglob" should instead be "shopt -s nullglob". "shopt -o"
restricts options to those listed under "set -o", and as of bash 2.05b, nullglob
is not a member of that set.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list