Skip to content

Commit

Permalink
arcs-make: Add -f option to ln tigpair checkpoint command
Browse files Browse the repository at this point in the history
* So pipeline doesn't fail with -B specified to arcs-make
  • Loading branch information
lcoombe committed Sep 9, 2021
1 parent cf40d2d commit 0c4f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/arcs-make
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ endif

# Adds a and l paramters to the filename
%_z$z_l$l_a$a.tigpair_checkpoint.tsv: %_z$z.tigpair_checkpoint.tsv
ln -s $^ $@
ln -sf $^ $@

# Make an Empty fof File
empty.fof:
Expand Down

0 comments on commit 0c4f589

Please sign in to comment.