diff options
Diffstat (limited to 'src/allocators/glibc.py')
| -rw-r--r-- | src/allocators/glibc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py index 4f596ae..646b0d3 100644 --- a/src/allocators/glibc.py +++ b/src/allocators/glibc.py @@ -5,8 +5,8 @@ version = 2.29 glibc_src = Allocator_Sources("glibc", retrieve_cmds=["git clone git://sourceware.org/git/glibc.git"], - prepare_cmds=["git checkout release/{}/master".format(version)], reset_cmds=["git stash"]) + prepare_cmds=[f"git checkout glibc-{version}"], class Glibc (Allocator): |
