drop "-k"

This commit is contained in:
Ștefan Talpalaru 2020-05-20 15:36:47 +02:00
parent 254f2379b6
commit f5278aef73
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ build-nim: | sanity-checks
#- allows parallel building with the '+' prefix
#- rebuilds the Nim compiler if the corresponding submodule is updated
update-common: | sanity-checks
git submodule foreach --quiet 'git ls-files -k --exclude-standard | while read F; do rm -rf "$$F"; done'
git submodule foreach --quiet 'git ls-files --exclude-standard | while read F; do rm -rf "$$F"; done'
git submodule update --init --recursive || true
# changing URLs in a submodule's submodule means we have to sync and update twice
git submodule sync --quiet --recursive