Debian Automated Code Analysis

checkbashisms analysis of lyx_1.6.7-1.dsc

possible bashism in ./development/tools/lyxeditor line 53 ($(OS|MACH)TYPE):
case $OSTYPE in
possible bashism in ./development/tools/lyxeditor line 57 ($(OS|MACH)TYPE):
if [ "$OSTYPE" = "macosx" ]; then
possible bashism in ./development/tools/lyxeditor line 60 ((push|pop)d):
    pushd "${HOME}/Library/Application Support" > /dev/null
possible bashism in ./development/tools/lyxeditor line 64 ((push|pop)d):
    pushd "${HOME}" > /dev/null
possible bashism in ./development/tools/lyxeditor line 77 ((push|pop)d):
popd > /dev/null
possible bashism in ./development/tools/lyxeditor line 103 ($(OS|MACH)TYPE):
if [ "${OSTYPE}" = "macosx" ]; then
possible bashism in ./development/tools/lyxeditor line 105 ($(OS|MACH)TYPE):
elif [ "${OSTYPE}" = "cygwin" ]; then

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