Debian Automated Code Analysis

checkbashisms analysis of libmp3splt_0.5.6-1.dsc

possible bashism in ./autogen.sh line 23 (brace expansion):
rm -f m4/{libtool,argz,ltdl,ltoptions,lt~obsolete,ltversion,ltsugar}.m4
possible bashism in ./autogen.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
echo -n "1/5 Running aclocal... " \
&& aclocal -Im4 $ACLOCAL_FLAGS && echo "done" \
&& if [[ -z $win ]];then sed -i "s/lt_dlcaller_register/lt_dlcaller_set_data/" aclocal.m4;fi \
&& echo -n "2/5 Running autoheader... " \
&& autoheader && echo "done" \
&& echo -n "3/5 Running libtoolize... " \
&& libtoolize -c --force && echo "done" \
&& echo -n "4/5 Running autoconf... " \
&& autoconf && echo "done" \
&& echo -n "5/5 Running automake... " \
&& automake -a -c && echo "done"

This report was generated on Fri, 17 Dec 2010 07:38:19 +0000, based on results by checkbashisms 2.10.65git5