Debian Automated Code Analysis

checkbashisms analysis of inkscape_0.47.0-2.dsc

possible bashism in ./configure line 367 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./packaging/macosx/Resources/script line 16 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $VERSION -le 4 ]]; then
possible bashism in ./packaging/macosx/Resources/script line 29 ($UID should be "$(id -ru)"):
	rm -f /tmp/display.$UID
possible bashism in ./packaging/macosx/Resources/script line 32 ($UID should be "$(id -ru)"):
	open-x11 /tmp/getdisplay.sh || \
	open -a XDarwin /tmp/getdisplay.sh || \
	echo ":0" > /tmp/display.$UID
possible bashism in ./packaging/macosx/Resources/script line 34 ($UID should be "$(id -ru)"):
	while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do
possible bashism in ./packaging/macosx/Resources/script line 34 (should be 'b = a'):
	while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do
possible bashism in ./packaging/macosx/Resources/script line 37 ($UID should be "$(id -ru)"):
	export DISPLAY=`cat /tmp/display.$UID`
possible bashism in ./packaging/macosx/Resources/openDoc line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $VERSION -le 4 ]]; then
possible bashism in ./packaging/macosx/Resources/openDoc line 12 ($UID should be "$(id -ru)"):
	export "DISPLAY=`cat /tmp/display.$UID`"
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 69 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -e "$HOME/.gtkrc-2.0" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 73 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ "$aquaStyle" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 73 (should be 'b = a'):
	if [[ "$aquaStyle" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 80 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ "$hiliColor" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 80 (should be 'b = a'):
	if [[ "$hiliColor" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 85 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ aquaStyle -eq 1 ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 107 (should be 'b = a'):
if [ "x$LANGSTR" == "x" ]
possible bashism in ./packaging/macosx/Resources/bin/getdisplay.sh line 5 (should be 'b = a'):
if [ "$DISPLAY"x == "x" ]; then
possible bashism in ./packaging/macosx/Resources/bin/getdisplay.sh line 6 ($UID should be "$(id -ru)"):
    echo :0 > /tmp/display.$UID
possible bashism in ./packaging/macosx/Resources/bin/getdisplay.sh line 8 ($UID should be "$(id -ru)"):
    echo $DISPLAY > /tmp/display.$UID
possible bashism in ./packaging/macosx/osx-dmg.sh line 146 (read with option other than -r):
        read -e DUMB

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