summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-20 04:11:13 +0100
committerSven Gothel <[email protected]>2023-01-20 04:11:13 +0100
commit0ee21c35bff99abd2e7d34184003d9cf1ef80831 (patch)
treed2457c118aad0a802f0341c49edd63cb9416fc56 /make
parente943520e7f327294e2002246fe229f692877c034 (diff)
check-java-major-version: Add proper alt version
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/check-java-major-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/check-java-major-version.sh b/make/scripts/check-java-major-version.sh
index 49c0445..fc9f53c 100755
--- a/make/scripts/check-java-major-version.sh
+++ b/make/scripts/check-java-major-version.sh
@@ -12,7 +12,7 @@ function dump_versions() {
#dump_version jogamp.common.Debug
javap -v `find . -name '*.class'` | grep -e '^Classfile' -e 'major version'
#for i in `find . -name '*.class'` ; do
- # dump_version `echo $i | sed -e 's/\//./g' -e 's/\.class//g'`
+ # dump_version `echo $i | sed -e 's/^\.\///g' -e 's/\//./g' -e 's/\.class//g'`
#done
cd $TDIR
}