diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-09 20:26:27 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-09 20:26:27 +0200 |
commit | 9890a3e48283145ae46372e5e90ebc695c903e33 (patch) | |
tree | 7e50168ecaf20a368bc23405ac2e4c02c1d6054c /build-all-with-docker | |
parent | 652fdbab3d7064be4545b991b87da0ac6dc1b676 (diff) | |
download | archlinuxewe-9890a3e48283145ae46372e5e90ebc695c903e33.tar.xz |
build-all-with-docker: fix git status parsing
Diffstat (limited to 'build-all-with-docker')
-rwxr-xr-x | build-all-with-docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-all-with-docker b/build-all-with-docker index 1ffd03577..1676d9c65 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -40,6 +40,7 @@ check_and_commit_package_updates() { for pkg in $( git status --porcelain \ | sed ' + s@^.. @@ s@/[^/]\+$@@ ' \ | grep -vxFf <( |