diff options
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-x | fetch_and_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch_and_build.sh b/fetch_and_build.sh index 5c9eaa0..760b03d 100755 --- a/fetch_and_build.sh +++ b/fetch_and_build.sh @@ -1,5 +1,5 @@ (cd caniuse.rs; git checkout main; git pull --ff-only) -(cd ~/repos-contrib/rust; git checkout master; git pull --ff-only) +(cd rust; git checkout master; git pull --ff-only) ./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt rm -r build/ ./build.py |