Revert "gnu: git-minimal: Patch 'sh' command in git-send-email script."

This reverts commit 5fb5cbb8b4.  This will have
to wait/go to a dedicated branch as it causes all the GTK+ world to be rebuilt...
This commit is contained in:
Maxim Cournoyer 2024-09-14 23:10:02 +09:00
parent a08fc6e60a
commit 258aab2c9b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -366,12 +366,7 @@ (define PATH-variable-definition
(("\\$\\(basename")
(string-append "$(" (search-input-file inputs "bin/basename")))
(("sed -e")
(string-append (search-input-file inputs "bin/sed") " -e")))
;; git-send-email invokes the editor via 'sh'; patch it.
(substitute* "git-send-email.perl"
(("'sh'")
(format #f "'~a'" (search-input-file inputs "bin/sh"))))))
(string-append (search-input-file inputs "bin/sed") " -e")))))
(add-after 'configure 'patch-makefiles
(lambda _
(substitute* "Makefile"