diff --git a/Makefile.am b/Makefile.am index 34a725f534..c99f2f2911 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ # Copyright © 2020, 2021, 2023 Maxim Cournoyer # Copyright © 2021 Chris Marusich # Copyright © 2021 Andrew Tropin +# Copyright © 2023 Clément Lassieur # # This file is part of GNU Guix. # @@ -1168,7 +1169,7 @@ cuirass-jobs: $(GOBJECTS) .git/config: etc/git/gitconfig $(AM_V_at)if command -v git >/dev/null && test -d .git; then \ git config --fixed-value --replace-all include.path \ - ../etc/git/gitconfig ../etc/git/gitconfig; + ../etc/git/gitconfig ../etc/git/gitconfig; \ fi COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg=