Skip to content

Commit

Permalink
[setup] Make git ignore updates to bin/v3c upon first linking
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Aug 24, 2023
1 parent a2a2244 commit 8c0b196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/.setup-v3c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ for host in $HOSTS; do
for f in current bootstrap stable; do
exe=$BIN/$f/$host/Aeneas
if [ -x "$exe" ]; then
if [ "$(which git)" != "" ]; then
git update-index --assume-unchanged $V3C_LINK
fi
rm -f $V3C_LINK
ln -s $exe $V3C_LINK
if [[ "$host" = "jar" ]]; then
Expand Down

0 comments on commit 8c0b196

Please sign in to comment.