Debian Automated Code Analysis

checkbashisms analysis of ghdl_0.29+gcc4.3.4+dfsg-1.dsc

possible bashism in ./gcc/gcc/configure line 1751 (sourced script with arguments):
  [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
possible bashism in ./gcc/gcc/configure line 1782 (sourced script with arguments):
  [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
possible bashism in ./gcc/configure line 1746 ($(OS|MACH)TYPE):
case "${OSTYPE}" in
possible bashism in ./gcc/contrib/prepare_patch.sh line 40 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$#" < 2 ]]; then
possible bashism in ./gcc/contrib/dg-extract-results.sh line 88 ($RANDOM):
  TMP=${TMPDIR}/dg-combine-results-$$-$RANDOM
possible bashism in ./gcc/contrib/patch_tester.sh line 80 (alternative test command ([[ foo ]] should be [ foo ])):
	    [[ $# > 2 ]] || usage
possible bashism in ./gcc/contrib/patch_tester.sh line 84 (alternative test command ([[ foo ]] should be [ foo ])):
	    [[ $# > 2 ]] || usage
possible bashism in ./gcc/contrib/patch_tester.sh line 110 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# < 2 ]]; then
possible bashism in ./gcc/contrib/patch_tester.sh line 115 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# < 3 ]]; then
possible bashism in ./gcc/contrib/patch_tester.sh line 120 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# < 4 ]]; then
possible bashism in ./gcc/contrib/patch_tester.sh line 203 (should be >word 2>&1):
	    if ! svn switch -r $svn_revision svn://gcc.gnu.org/svn/gcc/trunk &> $TESTING/svn ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 212 (should be >word 2>&1):
	    if ! svn switch -r $svn_revision $svn_branch &> $TESTING/svn ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 221 (should be >word 2>&1):
	    if ! svn switch -r $svn_revision svn://gcc.gnu.org/svn/gcc/branches/$svn_branch &> $TESTING/svn ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 231 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ $VERSION < $current_version ]]; then
possible bashism in ./gcc/contrib/patch_tester.sh line 242 (should be >word 2>&1):
	if ! gpg --batch --verify $PATCH &> $TESTING/gpgverify ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 253 (should be >word 2>&1):
	if ! patch -p0 < $PATCH &> $TESTING/patching ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 260 (should be >word 2>&1):
	if ! patch -p0 < $PATCH &> $TESTING/patching ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 282 (should be >word 2>&1):
    if ! $SOURCE/configure $CONFIG_OPTIONS &> $1/configure ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 288 (should be >word 2>&1):
    if ! make $dashj `grep "^make:" $PATCH | sed -e "s/^make://g"` bootstrap &> $1/bootstrap ; then
possible bashism in ./gcc/contrib/patch_tester.sh line 299 (should be >word 2>&1):
    make $dashj $CHECK_OPTIONS -k check &> $1/check
possible bashism in ./gcc/contrib/patch_tester.sh line 437 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $sysload > $watermark ]]; then

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