Debian Automated Code Analysis

checkbashisms analysis of aide_0.15.1-2.dsc

possible bashism in ./configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./contrib/gpg2_check.sh line 15 ((push|pop)d):
	    pushd /var/lib/aide >/dev/null
possible bashism in ./contrib/gpg2_check.sh line 20 (should be 'b = a'):
		if [ "$?" == "1" ]; then
possible bashism in ./contrib/gpg2_check.sh line 26 ((push|pop)d):
	    popd >/dev/null
possible bashism in ./contrib/gpg2_update.sh line 20 ((push|pop)d):
pushd /var/lib/aide >/dev/null
possible bashism in ./contrib/gpg2_update.sh line 25 (should be 'b = a'):
    if [ "${usegpg}" == 1 -a -f aide.db.sig ]; then
possible bashism in ./contrib/gpg2_update.sh line 28 (should be 'b = a'):
	if [ "$?" == "1" ]; then
possible bashism in ./contrib/gpg2_update.sh line 37 (should be 'b = a'):
    if [ "${usegpg}" == "1" ]; then
possible bashism in ./contrib/gpg2_update.sh line 39 (alternative test command ([[ foo ]] should be [ foo ])):
	[[ -f aide.db.sig ]] && rm -f aide.db.sig
possible bashism in ./contrib/gpg2_update.sh line 41 (should be 'b = a'):
	if [ "$?" == "1" ]; then
possible bashism in ./contrib/gpg2_update.sh line 52 ((push|pop)d):
popd >/dev/null

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