mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 05:12:33 +00:00
Fix a syntax error.
Estimated hours taken: 0.1 tools/bootcheck: Fix a syntax error.
This commit is contained in:
@@ -324,6 +324,7 @@ then
|
|||||||
ln -s $root/trace .
|
ln -s $root/trace .
|
||||||
fi
|
fi
|
||||||
if $copy_boehm_gc
|
if $copy_boehm_gc
|
||||||
|
then
|
||||||
# Remove symbolic link to the stage 1 gc if it's present,
|
# Remove symbolic link to the stage 1 gc if it's present,
|
||||||
# which it can be with the -2 option.
|
# which it can be with the -2 option.
|
||||||
rm boehm_gc
|
rm boehm_gc
|
||||||
|
|||||||
Reference in New Issue
Block a user