Automated Code Analysis
possible bashism in ./configure line 369 (should be >word 2>&1):
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
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 78 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -e "$HOME/.gtkrc-2.0" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 82 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$aquaStyle" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 82 (should be 'b = a'):
if [[ "$aquaStyle" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 89 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$hiliColor" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 89 (should be 'b = a'):
if [[ "$hiliColor" == "" ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 94 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ aquaStyle -eq 1 ]]; then
possible bashism in ./packaging/macosx/Resources/bin/inkscape line 116 (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 Wed, 16 Feb 2011 06:38:04 +0000, based on results by checkbashisms 2.10.65git5