mirror of https://github.com/CGAL/cgal
Quote a path, to avoid errors if the path contains a space
This commit is contained in:
parent
036659b204
commit
dcdaff4622
|
|
@ -948,13 +948,13 @@ if [ -z "${DO_NOT_TEST}" ]; then
|
||||||
run_test
|
run_test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${CGAL_ROOT}
|
cd "${CGAL_ROOT}"
|
||||||
|
|
||||||
if [ -e "LATEST" ]; then
|
if [ -e "LATEST" ]; then
|
||||||
mv LATEST RELEASE_NR
|
mv LATEST RELEASE_NR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $LOCK_FILE;
|
rm -f "$LOCK_FILE";
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue