all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob f10e99fa47f2369a8b7514faf95f25da91e24b1d 609 bytes (raw)
name: gnu/packages/patches/m4-shell.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
--- a/lib/config.hin
+++ b/lib/config.hin
@@ -0,12 +0,1 @@
-/* File name of the Bourne shell.  */
-#if (defined _WIN32 && !defined __CYGWIN__) || defined __CYGWIN__ || defined __ANDROID__
-/* Omit the directory part because
-   - For native Windows programs in a Cygwin environment, the Cygwin mounts
-     are not visible.
-   - For 32-bit Cygwin programs in a 64-bit Cygwin environment, the Cygwin
-     mounts are not visible.
-   - On Android, /bin/sh does not exist. It's /system/bin/sh instead.  */
-# define BOURNE_SHELL "sh"
-#else
-# define BOURNE_SHELL "/bin/sh"
-#endif
+# define BOURNE_SHELL "sh"

debug log:

solving f10e99f ...
found f10e99f in https://yhetil.org/guix/935236349.13698.1649553391613@privateemail.com/

applying [1/1] https://yhetil.org/guix/935236349.13698.1649553391613@privateemail.com/
diff --git a/gnu/packages/patches/m4-shell.patch b/gnu/packages/patches/m4-shell.patch
new file mode 100644
index 0000000..f10e99f

Checking patch gnu/packages/patches/m4-shell.patch...
Applied patch gnu/packages/patches/m4-shell.patch cleanly.

index at:
100644 f10e99fa47f2369a8b7514faf95f25da91e24b1d	gnu/packages/patches/m4-shell.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.