Skip to content

Commit

Permalink
Include test for files existence.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Nov 19, 2024
1 parent 66f7e77 commit e3532ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd ./TKG
$MAKE compile

if [ $(uname) = SunOS ]; then
pwd
ls -ltr
chmod -R 744 ../openjdk/openjdk-jdk/jdk/test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh*
if [ -f ../openjdk/openjdk-jdk/jdk/test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh ]; then
chmod -R 744 ../openjdk/openjdk-jdk/jdk/test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh
fi
fi

0 comments on commit e3532ef

Please sign in to comment.