Debian Automated Code Analysis

checkbashisms analysis of eclipse-emf_2.5.0-1.dsc

possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 13 (alternative test command ([[ foo ]] should be [ foo ])):
debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 104 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
possible bashism in ./org.eclipse.emf.doc/build/antJavadoc.sh line 159 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./org.eclipse.xsd.doc/build/antJavadoc.sh line 137 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 13 (alternative test command ([[ foo ]] should be [ foo ])):
debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 104 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 159 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-make-homeless.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 137 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 13 (alternative test command ([[ foo ]] should be [ foo ])):
debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 104 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 159 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/Fedora-eclipse-emf-symlinked-classpath.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 137 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 13 (alternative test command ([[ foo ]] should be [ foo ])):
debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 104 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.emf.doc/build/antJavadoc.sh line 159 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 20 (alternative test command ([[ foo ]] should be [ foo ])):
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
pluginPath=${currentPath%/$pluginName*}; if [[ $debug -gt 0 ]]; then echo "[antJd] pluginName: "$pluginName; echo "[antJd] pluginPath: "$pluginPath; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 26 (alternative test command ([[ foo ]] should be [ foo ])):
antScript=$currentPath"/javadoc.xml"; if [[ $debug -gt 0 ]]; then echo "[antJd] antScript: "$antScript; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
eclipseDir=`cd $1; echo $PWD`; if [[ $debug -gt 0 ]]; then echo "[antJd] eclipseDir: "$eclipseDir; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 32 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $debug -gt 0 ]]; then echo "[antJd] destDir: "$destDir; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 34 ('function' is useless):
function groupPackage
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 38 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $hasToken -gt 0  ]]; then
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 42 (alternative test command ([[ foo ]] should be [ foo ])):
				if [[ $debug -gt 0 ]]; then echo "[antJd] Unpacking *src.zip"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
					if [[ $debug -gt 1 ]]; then echo "[antJd] Unpack $f"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 48 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] *.java in srcDir: "; echo "-----------------"; find $srcDir -type f -name '*.java'; echo "-----------------"; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages1: "$packages; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 53 (alternative test command ([[ foo ]] should be [ foo ])):
			if [[ $debug -gt 1 ]]; then echo "[antJd] packages2: "$packages; fi
possible bashism in ./.pc/unix2dos.patch/org.eclipse.xsd.doc/build/antJavadoc.sh line 137 (${parm/?/pat[/str]}):
	label=${path//\//.}; # org.eclipse.xsd.ecore.importer.taskdefs

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