Исправление правил сборки для 2020/2021
This commit is contained in:
parent
a0969ac4d7
commit
4643de2214
@ -31,7 +31,7 @@ modules="
|
||||
|
||||
# Make sure the local gnulib git repo is up-to-date.
|
||||
if [ ! -d "gnulib" ]; then
|
||||
git clone --depth=1111 ${gnulib_url}
|
||||
git clone ${gnulib_url}
|
||||
fi
|
||||
cd gnulib >/dev/null || exit 1
|
||||
curr_hash=$(git log -1 --format=%H)
|
||||
|
Loading…
Reference in New Issue
Block a user