Debian Automated Code Analysis

checkbashisms analysis of amide_0.9.3-1.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./macosx/launcher.sh line 57 (should be 'b = a'):
	if test "x$L" == "xen_US"; then
possible bashism in ./macosx/launcher.sh line 62 (${foo:3[:1]}):
        if test -f "$I18NDIR/${L:0:2}/LC_MESSAGES/$APP.mo"; then
possible bashism in ./macosx/launcher.sh line 63 (${foo:3[:1]}):
	    export LANG=${L:0:2}
possible bashism in ./macosx/launcher.sh line 67 (${foo:3[:1]}):
	if test "x${L:0:2}" == "xen"; then
possible bashism in ./macosx/launcher.sh line 67 (should be 'b = a'):
	if test "x${L:0:2}" == "xen"; then
possible bashism in ./macosx/launcher.sh line 78 (${foo:3[:1]}):
    if test -f "$I18NDIR/${APPLECOLLATION:0:2}/LC_MESSAGES/$APP.mo"; then
possible bashism in ./macosx/launcher.sh line 79 (${foo:3[:1]}):
	export LANG=${APPLECOLLATION:0:2}
possible bashism in ./macosx/launcher.sh line 90 (${foo:3[:1]}):
if test -f "$I18NDIR/${APPLELOCALE:0:5}/LC_MESSAGES/$APP.mo"; then
possible bashism in ./macosx/launcher.sh line 92 (${foo:3[:1]}):
        export LANG="${APPLELOCALE:0:5}"
possible bashism in ./macosx/launcher.sh line 95 (${foo:3[:1]}):
elif test -z $LANG -a -f "$I18NDIR/${APPLELOCALE:0:2}/LC_MESSAGES/$APP.mo"; then
possible bashism in ./macosx/launcher.sh line 96 (${foo:3[:1]}):
    export LANG="${APPLELOCALE:0:2}"
possible bashism in ./macosx/launcher.sh line 107 (${foo:3[:1]}):
    if test $LANG == ${APPLELOCALE:0:5} -o $LANG != ${LANG:0:2}; then
possible bashism in ./macosx/launcher.sh line 107 (should be 'b = a'):
    if test $LANG == ${APPLELOCALE:0:5} -o $LANG != ${LANG:0:2}; then
possible bashism in ./macosx/launcher.sh line 111 (${foo:3[:1]}):
    elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE > ${APPLELOCALE:0:2}; then
possible bashism in ./macosx/launcher.sh line 111 (should be 'b = a'):
    elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE > ${APPLELOCALE:0:2}; then
possible bashism in ./macosx/launcher.sh line 112 (${foo:3[:1]}):
	export LC_MESSAGES=${APPLELOCALE:0:5}
possible bashism in ./macosx/launcher.sh line 116 (should be 'b = a'):
    elif test $LANG == "en"; then
possible bashism in ./macosx/launcher.sh line 133 (test with unary -a (should be -e)):
	if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
possible bashism in ./macosx/launcher.sh line 146 (${foo:3[:1]}):
    LC_MONETARY=${APPLELOCALE:0:5}
possible bashism in ./macosx/launcher.sh line 160 (should be '.', not 'source'):
  source "$bundle_res/environment.sh"
possible bashism in ./macosx/launcher.sh line 164 (should be 'b = a'):
if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then
possible bashism in ./macosx/launcher.sh.old line 121 (should be '.', not 'source'):
  source "$bundle_res/environment.sh"
possible bashism in ./macosx/launcher.sh.old line 125 (should be 'b = a'):
if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then
possible bashism in ./debian/autogen.sh line 40 (should be 'b = a'):
	[ "$1" == "updateexec" ] && {

This report was generated on Wed, 30 Mar 2011 06:38:01 +0000, based on results by checkbashisms 2.10.65git5