Re: Remove compat hack for Solaris7 and HP-UX (issue 579480047 by hanw...@gmail.com)

2020-03-21 Thread hanwenn
commit bbc9f3a208d17670d729bfc08e4b28b0a590bf6f (origin/staging, origin/master) Author: Han-Wen Nienhuys Date: Sun Mar 15 16:08:50 2020 +0100 Remove @BASH@. Remove compat hack for Solaris7 and HP-UX (Solaris 7 reached EOL in August 2008. Nobody runs HP-UX anymore.) htt

Re: Remove compat hack for Solaris7 and HP-UX (issue 579480047 by hanw...@gmail.com)

2020-03-15 Thread hanwenn
On 2020/03/15 16:47:55, dak wrote: > https://codereview.appspot.com/579480047/diff/547750043/aclocal.m4 > File aclocal.m4 (right): > > https://codereview.appspot.com/579480047/diff/547750043/aclocal.m4#newcode694 > aclocal.m4:694: AC_PATH_PROG(BASH, bash, $SHELL) > This sets BASH with a fallback t

Re: Remove compat hack for Solaris7 and HP-UX (issue 579480047 by hanw...@gmail.com)

2020-03-15 Thread dak
https://codereview.appspot.com/579480047/diff/547750043/aclocal.m4 File aclocal.m4 (right): https://codereview.appspot.com/579480047/diff/547750043/aclocal.m4#newcode694 aclocal.m4:694: AC_PATH_PROG(BASH, bash, $SHELL) This sets BASH with a fallback to /bin/sh , meaning that $BASH is not guarant

Remove compat hack for Solaris7 and HP-UX (issue 579480047 by hanw...@gmail.com)

2020-03-15 Thread lemzwerg--- via Discussions on LilyPond development
LGTM https://codereview.appspot.com/579480047/