[InterNetNews/inn] 6d7842: Run support scripts with the shell found by Autoconf

Julien ÉLIE noreply at github.com
Sat Jan 7 22:51:03 UTC 2023


  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 6d7842a55d5909daf9d405e44e6b7faea76405b2
      https://github.com/InterNetNews/inn/commit/6d7842a55d5909daf9d405e44e6b7faea76405b2
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-01-07 (Sat, 07 Jan 2023)

  Changed paths:
    M Makefile.global.in
    M doc/pod/news.pod
    M include/Makefile
    M scripts/innshellvars.in

  Log Message:
  -----------
  Run support scripts with the shell found by Autoconf

The default shell is used when running fixconfig, fixscript, mksystem and
mkversion at build time. This shell may not be POSIX-compliant.  The one found
by Autoconf should be used instead.

The build otherwise fails with errors like:

../support/mkversion '2.8.0' '20230106 snapshot' > inn/version.h
../support/mkversion: syntax error at line 16: `date=$' unexpected

close #252




More information about the inn-committers mailing list