Automated Code Analysis
possible bashism in ./usr/lib/ltp/tools/runltp line 683 (should be >word 2>&1):
${LTPTOOLS}/IDcheck.sh &>/dev/null || \
{
possible bashism in ./usr/lib/ltp/tools/runltp line 768 (echo -e):
echo -e "LOG File: \c"
possible bashism in ./usr/lib/ltp/tools/runltp line 772 (echo -e):
echo -e "OUTPUT File: \c"
possible bashism in ./usr/lib/ltp/tools/runltp line 776 (echo -e):
echo -e "FAILED COMMAND File: \c"
possible bashism in ./usr/lib/ltp/tools/IDcheck.sh line 70 ($EUID should be "$(id -u)"):
if [ -z ${EUID} ] ; then
possible bashism in ./usr/lib/ltp/tools/IDcheck.sh line 71 (EUID=):
EUID=$(id -u)
possible bashism in ./usr/lib/ltp/tools/IDcheck.sh line 76 ($EUID should be "$(id -u)"):
echo "$i not readable by uid $EUID"
possible bashism in ./usr/lib/ltp/tools/runalltests.sh line 208 (HOST(TYPE|NAME)=):
export HOSTNAME=$(uname -n)
possible bashism in ./usr/lib/ltp/tools/runalltests.sh line 231 ($HOST(TYPE|NAME)):
"${RUNLTP}" -f ballista -o $LTP_VERSION-BALLISTA_RUN_ON-$HOSTNAME-$KERNEL_VERSION-$HARDWARE_TYPE-$TEST_START_TIME.out
possible bashism in ./usr/lib/ltp/tools/ver_linux line 58 (brace expansion):
ls -l /usr/lib/lib{g,stdc}++.so 2>/dev/null | awk -F. \
'{print "Linux C++ Library " $4"."$5"."$6}'
This report was generated on Sat, 18 Dec 2010 01:07:23 +0000, based on results by checkbashisms 2.10.65git5