rust: shellcheck

This commit is contained in:
git-bruh 2023-08-28 23:05:10 +05:30
parent aa388cabd2
commit 936e884244
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@ for p in *.patch; do
patch -p1 < "$p"
done
: "${AR:=ar}"
: "${CC:=cc}"
mkdir _lib
(
cd _lib
: "${AR:=ar}"
: "${CC:=cc}"
$CC ../liblfs64.c -c -fPIC -o liblfs64.o
$AR rcs liblfs64.a liblfs64.o