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:
parent
959c02755c
commit
37ff19400f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue