mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-27 03:40:23 +00:00
Merge pull request #259 from hodgesds/libbpf_fetch-path-fixes
Fix issue when CDPATH contains libbpf directory
This commit is contained in:
commit
dd0f2b32dd
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
unset CDPATH
|
||||
cd $1
|
||||
rm -rf libbpf
|
||||
git clone --depth=1 https://github.com/libbpf/libbpf
|
||||
|
Loading…
Reference in New Issue
Block a user