zamfofex schreef op za 09-04-2022 om 22:16 [-0300]: > diff --git a/gnu/packages/patches/m4-shell.patch > b/gnu/packages/patches/m4-shell.patch > new file mode 100644 > index 0000000..f10e99f > --- /dev/null > +++ b/gnu/packages/patches/m4-shell.patch > @@ -0,0 +1,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" What's the reason for this patch? Greetings, Maxime.