Debian Automated Code Analysis

checkbashisms analysis of opencryptoki_2.2.8+dfsg-4.dsc

possible bashism in ./configure line 12896 (should be 'b = a'):
if test "x$prefix" == x/usr; then
possible bashism in ./misc/migrate_from_2.1_to_2.2.sh line 7 (should be >word 2>&1):
ps -ef | grep pkcsslotd | grep sbin &> /dev/null
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 86 (read with option other than -r):
	read -s -p "Please enter this token's USER PIN: " USER_PIN
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 88 (read with option other than -r):
	read -s -p "Please enter this token's SO PIN: " SO_PIN
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 96 (read with option other than -r):
	read -p "About to migrate this token. Continue? [y/N] " RESP
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 141 (should be 'b = a'):
	if test "x$G" == "xpkcs11"; then
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 146 ($EUID should be "$(id -u)"):
if test $EUID -ne 0 && test $P11GROUP -eq 0; then
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 149 (read with option other than -r):
	read -p "Would you like to try anyway? [y/N]? " RESP
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 186 (should be 'b = a'):
			if test "x$2" == "x"; then
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 216 (${parm/?/pat[/str]}):
	if test "x${SLOTS/"\#$SLOT_ID "/}" == "x$SLOTS"; then
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 229 (read with option other than -r):
		read -p "Which slot would you like to migrate (enter \"x\" to exit)? " RESP
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 230 (should be 'b = a'):
		test "x$RESP" == "x" && continue
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 231 (should be 'b = a'):
		test "x$RESP" == "xx" && exit 5
possible bashism in ./usr/sbin/pkcscca_migrate/pkcscca_migrate.sh line 234 (${parm/?/pat[/str]}):
		if test "x${SLOTS/"\#$SLOT_ID "/}" == "x$SLOTS"; then

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