1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Quote eclipse in cleanup script (#661)

This is to support cases where eclipse is installed in path
with spaces
This commit is contained in:
Jonah Graham 2023-12-27 20:58:12 -05:00 committed by GitHub
parent 959c02755c
commit 37ff19400f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ if test -e check_code_cleanliness_workspace; then
echo check_code_cleanliness_workspace needs to be deleted
exit 1
fi
${ECLIPSE} \
"${ECLIPSE}" \
-consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
-config $CDTDIR/$COREPROJECT/.settings/org.eclipse.jdt.core.prefs \
$PWD -data check_code_cleanliness_workspace