Skip to content

Commit

Permalink
boa: cd out of source before deleting it
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Nov 9, 2024
1 parent 2c4bc0a commit f642cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/engines/boa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git clone https://github.com/boa-dev/boa.git --depth 1

cd boa
git rev-parse HEAD > ../version.txt
cd ..
rm -rf boa

# download release
Expand Down

0 comments on commit f642cd9

Please sign in to comment.