[Bug 15714] New: tools/font_convert.sh should be bourne compatible
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(a)winehq.org ReportedBy: austinenglish(a)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(a)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.
http://bugs.winehq.org/show_bug.cgi?id=15714 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Difficulty|--- |Minutes -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15714 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #1 from André H. <nerv(a)dawncrow.de> 2009-08-16 10:26:23 --- seems its getting more: ~/dev/wine$ checkbashisms -f tools/font_convert.sh possible bashism in tools/font_convert.sh line 81 (type): type -p $BDFTOPCF 1>/dev/null || { $Q echo "Can 't execute $BDFTOPCF"; exit 1; } possible bashism in tools/font_convert.sh line 82 (type): type -p $FC 1>/dev/null || { $Q echo "Can't execute $FC"; exit 1; } possible bashism in tools/font_convert.sh line 91 ('$[' should be '$(('): { while read dummy; do FONTS[$i]="$dummy"; i=$[$i+1]; done; } < $TFILE 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.
http://bugs.winehq.org/show_bug.cgi?id=15714 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-05-17 10:33:04 CDT --- git log tools/font_convert.sh commit 360a3f914235e04216a3691390662885c1867eb1 Date: Thu May 18 14:49:52 2006 +0200 Still there. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15714 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |57f97fd6a250dfcad9cffad4ffb | |a984548a60562 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-05-17 15:56:32 CDT --- (In reply to comment #2)
git log tools/font_convert.sh commit 360a3f914235e04216a3691390662885c1867eb1 Date: Thu May 18 14:49:52 2006 +0200
Still there.
It was removed by 57f97fd6a250dfcad9cffad4ffba984548a60562. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15714 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2012-05-25 13:43:02 CDT --- Closing bugs fixed in 1.5.5. -- 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.
participants (1)
-
wine-bugs@winehq.org