Debian Automated Code Analysis

checkbashisms analysis of dracut_005-1.dsc

possible bashism in ./test/TEST-40-NBD/client-init line 14 (should be >word 2>&1):
mount -n -o remount,ro / &> /dev/null
possible bashism in ./modules.d/45ifcfg/check line 4 (alternative test command ([[ foo ]] should be [ foo ])):
[[ $1 = -d ]] && echo network
possible bashism in ./modules.d/95nfs/install line 18 (brace expansion):
dracut_install $(ls {/usr,}$LIBDIR/libnfsidmap_nsswitch.so* 2>/dev/null )
possible bashism in ./modules.d/95nfs/install line 30 (brace expansion):
dracut_install $(for i in $(ls {/usr,}$LIBDIR/libnss*.so 2>/dev/null); do echo $i;done | egrep "$nsslibs")
possible bashism in ./modules.d/01fips/fips.sh line 62 (should be 'b = a'):
if ! fipsmode=$(getarg fips) || [ $fipsmode == "0" ]; then

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