[Bug 4640] New: wineprefixcreate uses incorrect shopt form setting nullglob
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(a)winehq.org ReportedBy: cduffy(a)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.
participants (1)
-
Wine Bugs