Debian Automated Code Analysis

checkbashisms analysis of beid_3.5.2.dfsg-10.dsc

possible bashism in ./_src/beid-2.6/configure line 20 (echo -e):
	  echo -e $GREEN"not found!"$NORMAL
possible bashism in ./_src/beid-2.6/configure line 26 (echo -e):
	echo -e $GREEN"$PYTHON"$NORMAL
possible bashism in ./_src/beid-2.6/configure line 39 (echo -e):
	  echo -e $BOLD"not found, will use mini distribution."$NORMAL
possible bashism in ./_src/beid-2.6/configure line 43 (echo -e):
	  echo -e $GREEN"$SCONS"$NORMAL
possible bashism in ./_src/beid-2.6/configure line 81 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "--help" ]]; then
possible bashism in ./_src/beid-2.6/configure line 81 (should be 'b = a'):
if [[ "$1" == "--help" ]]; then
possible bashism in ./_src/beid-2.6/build_environment_fedora.source line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]
possible bashism in ./_src/beid-2.6/build_environment_fedora.source line 21 (should be 'b = a'):
if [ "$WX_CONFIG" == "" ]
possible bashism in ./_src/beid-2.6/build_environment_debian.source line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]
possible bashism in ./_src/beid-2.6/build_environment_suse.source line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 4 ($'...' should be "$(printf '...')"):
IFS=$'\n' ver=($(sw_vers))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 5 (bash arrays, ${name[0|*|@]}):
ver=(${ver[1]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 8 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $ver == *10.4* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 8 (should be 'b = a'):
if [[ $ver == *10.4* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 15 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $ver == *10.5* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 15 (should be 'b = a'):
if [[ $ver == *10.5* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 27 ($'...' should be "$(printf '...')"):
IFS=$' ' pcscdlist=($(ps -A -c -o pid,command | grep pcscd))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 28 (bash arrays, ${name[0|*|@]}):
pcscdid=(${pcscdlist[0]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 30 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$pcscdid" != "" ]]
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 36 ($'...' should be "$(printf '...')"):
	IFS=$' ' pcscdlist=($(ps -A -c -o pid,command | grep pcscd))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 37 (bash arrays, ${name[0|*|@]}):
	pcscdid2=(${pcscdlist[0]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	while  [[ "$pcscdid" == "$pcscdid2" &&  $COUNT -lt 20 ]]; do
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 38 (should be 'b = a'):
	while  [[ "$pcscdid" == "$pcscdid2" &&  $COUNT -lt 20 ]]; do
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 41 ($'...' should be "$(printf '...')"):
		IFS=$' ' pcscdlist=($(ps -A -c -o pid,command | grep pcscd))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startInstallDriver.sh line 42 (bash arrays, ${name[0|*|@]}):
		pcscdid2=(${pcscdlist[0]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startMWinstall.sh line 7 ($'...' should be "$(printf '...')"):
IFS=$'\n' ver=($(sw_vers))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startMWinstall.sh line 8 (bash arrays, ${name[0|*|@]}):
ver=(${ver[1]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startMWinstall.sh line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $ver == *10.4* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/startMWinstall.sh line 11 (should be 'b = a'):
if [[ $ver == *10.4* ]]; then
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 7 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$DAEMON" == "" ]]
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 7 (should be 'b = a'):
if [[ "$DAEMON" == "" ]]
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 13 ($'...' should be "$(printf '...')"):
	IFS=$' ' pcscdlist=($(ps -A -c -o pid,command | grep pcscd))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 14 (bash arrays, ${name[0|*|@]}):
	pcscdid=(${pcscdlist[0]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 15 (alternative test command ([[ foo ]] should be [ foo ])):
	while  [[ "$pcscdid" == "" &&  $COUNT -lt 20 ]]; do
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 15 (should be 'b = a'):
	while  [[ "$pcscdid" == "" &&  $COUNT -lt 20 ]]; do
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 18 ($'...' should be "$(printf '...')"):
		IFS=$' ' pcscdlist=($(ps -A -c -o pid,command | grep pcscd))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/preparePcscd.sh line 19 (bash arrays, ${name[0|*|@]}):
		pcscdid=(${pcscdlist[0]})
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/prepareReadData.sh line 5 ($'...' should be "$(printf '...')"):
IFS=$'\n' ver=($(sw_vers))
possible bashism in ./_src/eID-QuickInstaller/eID-EZinstaller/MAC/Contents/Resources/prepareReadData.sh line 6 (bash arrays, ${name[0|*|@]}):
ver=(${ver[1]})
possible bashism in ./_src/eidmw/build_eidmw_fedora.source line 31 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]
possible bashism in ./_src/eidmw/build_eidmw_suse.source line 30 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]
possible bashism in ./_src/eidmw/_DocsInternal/API/doxygen.sh line 5 (should be 'b = a'):
if [ "$DOXYGEN_CONFIG_FILE" == "" ]
possible bashism in ./_src/eidmw/_DocsInternal/API/doxygen_sdk.sh line 6 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ `uname -s` = "Darwin" ]]; then
possible bashism in ./_src/eidmw/_DocsInternal/API/doxygen_sdk.sh line 18 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ `uname -s` = "Darwin" ]]; then
possible bashism in ./_src/eidmw/install/uninstall.sh line 33 ('((' should be '$(('):
	if (( $ACTIVEGUI >= 1 ))
possible bashism in ./_src/eidmw/install/uninstall.sh line 94 ('((' should be '$(('):
		if (( $NR_FILES > 1 ))
possible bashism in ./_src/eidmw/install/uninstall.sh line 103 (let ...):
				let idx=$idx+1
possible bashism in ./_src/eidmw/install/uninstall.sh line 106 (bash arrays, ${name[0|*|@]}):
			echo "removing $INSTALL_DIR_LIB_26/${FILES[0]}"
possible bashism in ./_src/eidmw/install/uninstall.sh line 107 (bash arrays, ${name[0|*|@]}):
			echo "rm -rf $INSTALL_DIR_LIB_26/${FILES[0]}"
possible bashism in ./_src/eidmw/install/uninstall.sh line 109 (bash arrays, ${name[0|*|@]}):
			rm -f ${FILES[0]}
possible bashism in ./_src/eidmw/install/uninstall.sh line 115 (bash arrays, ${name[0|*|@]}):
			echo "ln -s $INSTALL_DIR_26_LIB/${FILES[1]} /usr/lib/libbeid.so.2"
possible bashism in ./_src/eidmw/install/uninstall.sh line 116 (bash arrays, ${name[0|*|@]}):
			ln -s ${FILES[1]} /usr/lib/libbeid.so.2 
possible bashism in ./_src/eidmw/install/install.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
		if [[ "$DAEMON1" != "" || "$DAEMON2" != "" ]]
possible bashism in ./_src/eidmw/install/install.sh line 232 (alternative test command ([[ foo ]] should be [ foo ])):
		if [[ "$SUSEVERSION" > "11.0" ]]
possible bashism in ./_src/eidmw/install/install.sh line 340 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ -e "$USERHOME/.config/beid.conf" ]]
possible bashism in ./_src/eidmw/install/install.sh line 355 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ "$PCSCDAEMON" == "" ]]
possible bashism in ./_src/eidmw/install/install.sh line 355 (should be 'b = a'):
	if [[ "$PCSCDAEMON" == "" ]]
possible bashism in ./_src/eidmw/install/install.sh line 370 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ "$FIREFOX" == "" ]]
possible bashism in ./_src/eidmw/install/install.sh line 370 (should be 'b = a'):
	if [[ "$FIREFOX" == "" ]]
possible bashism in ./_src/eidmw/build_eidmw_debian.source line 29 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $JAVABINDIR -eq 0 ]]

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