[Bug 15714] New: tools/font_convert.sh should be bourne compatible

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 22 11:27:21 CDT 2008


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

           Summary: tools/font_convert.sh should be bourne compatible
           Product: Wine
           Version: 1.1.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: enhancement
          Priority: P2
         Component: tools
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


Almost all of our scripts are bourne compatible, but tools/font_convert.sh
isn't (configure has some errors as well, but that could be autoconf issues).

austin at austin-desktop:~/wine-git$ checkbashisms tools/font_convert.sh 
possible bashism in tools/font_convert.sh line 98 (bash arrays,
${name[0|*|@]}):
for i in "${FONTS[@]}"; do cp $i $TMPDIR; done
possible bashism in tools/font_convert.sh line 101 (bash arrays,
${name[0|*|@]}):
for i in "${FONTS[@]}"; do


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list