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

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 16 10:26:24 CDT 2009


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


André H. <nerv at dawncrow.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nerv at dawncrow.de




--- Comment #1 from André H. <nerv at 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.


More information about the wine-bugs mailing list