Debian Automated Code Analysis

checkbashisms analysis of libsyntax-highlight-engine-kate-perl_0.05+dfsg-1.dsc

possible bashism in ./samples/highlight.sh line 17 ($'...' should be "$(printf '...')"):
$'string with esc\apes\x0din it'
possible bashism in ./samples/highlight.sh line 18 ($"foo" should be eval_gettext "foo"):
$"string meant to be translated"
possible bashism in ./samples/highlight.sh line 29 (brace expansion):
mv my_file.{JPG,jpg}
possible bashism in ./samples/highlight.sh line 42 (${!prefix[*|@]):
${!prefix*}
possible bashism in ./samples/highlight.sh line 43 (${!name}):
${!redir}
possible bashism in ./samples/highlight.sh line 45 (${parm/?/pat[/str]}):
${variable//a/d}
possible bashism in ./debian/repack.sh line 16 (echo -e):
echo -e "\nRepackaging $FILE\n"

This report was generated on Thu, 16 Dec 2010 20:38:17 +0000, based on results by checkbashisms 2.10.65git5