Debian Automated Code Analysis

checkbashisms analysis of dar_2.3.10-1.dsc

possible bashism in ./doc/samples/cdbackup.sh line 75 (should be 'b = a'):
if [ "$1" != "" ] && [ "$2" == "" ] ; then
possible bashism in ./doc/samples/cdbackup.sh line 76 (should be 'b = a'):
	if [ "$1" == "full" ] ; then
possible bashism in ./doc/samples/cdbackup.sh line 98 (should be 'b = a'):
	if [ "$3" == "1" ] ; then
possible bashism in ./doc/samples/cdbackup.sh line 104 (${foo:3[:1]}):
	DEV=${SCANBUS:1:5}
possible bashism in ./doc/samples/cdbackup.sh line 111 (read with option other than -r):
		read -p "write error, try [A]gain or [k]eep $2.$3.dar? " ERR
possible bashism in ./doc/samples/cdbackup.sh line 112 (should be 'b = a'):
		if [ "$ERR" == "k" ] ; then
possible bashism in ./doc/samples/cdbackup.sh line 117 (should be 'b = a'):
	if [ "$KEEPFILE" == "y" ] ; then
possible bashism in ./doc/samples/JH-dar-make_user_backup.sh line 101 (sourced script with arguments):
   echo "Backup done at: `date`. Going to test the archive." >>  "$LOG_FILE"
possible bashism in ./doc/samples/JH-dar-make_user_backup.sh line 102 (sourced script with arguments):
   echo "Backup done at: `date`. Going to test the archive."
possible bashism in ./doc/samples/JH-dar-make_user_backup.sh line 111 (echo -e):
   echo -e "$MSG" "\nEnded at: `date` \n">>  "$LOG_FILE"
possible bashism in ./doc/samples/JH-dar-make_user_backup.sh line 126 (echo -e):
echo -e "$MSG" "\nEnded at: `date` \n">>  "$LOG_FILE"

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