bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70484: Fix compatibility of build-aux/make-info-dir script


From: Felix Janda
Subject: bug#70484: Fix compatibility of build-aux/make-info-dir script
Date: Sat, 20 Apr 2024 19:05:57 +0000

Hi,

I'm reporting the bug in the build scripts:

https://bugs.gentoo.org/930086

To summarize, the build-aux/make-info-dir script uses the substitution
${@?}, which is incompatible with mksh (and possibly other shells) and
undefined behavior in the proposed next POSIX standard.

A possible fix is to check $# at the beginning of the script, and then
simplify the rest of the script.

Felix





reply via email to

[Prev in Thread] Current Thread [Next in Thread]