diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-08 18:50:46 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-08 18:50:46 -0500 |
commit | 9da9daf92dd8abf6793276d0e0d8b347948914e5 (patch) | |
tree | 128488c143f83f5dbf4a731e4d7cc28fd4a9a8c3 /chapter5/glibc.sh | |
parent | e7a38788125880c6817ea63f300c0575d456cdbc (diff) |
Add shellcheck directives.
Diffstat (limited to 'chapter5/glibc.sh')
-rw-r--r-- | chapter5/glibc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh index 8997613..edab0d3 100644 --- a/chapter5/glibc.sh +++ b/chapter5/glibc.sh @@ -30,4 +30,4 @@ readelf -l a.out | grep '/ld-linux' && rm -v dummy.c a.out && -"${LFS}"/tools/libexec/gcc/"${LFS_TGT}"/10.2.0/install-tools/mkheaders +"${LFS}"/tools/libexec/gcc/"${LFS_TGT}"/10.3.0/install-tools/mkheaders |