Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-24 | change shebangs of all .sh scripts to bash | vigress8 | |
On operating systems where /bin/sh is not Bash, some scripts are invalid because of bashisms, and building Lix fails with errors like this: `render-manpage.sh: 3: set: Illegal option -o pipefail` This modifies all scripts that use a `/bin/sh` shebang to `/usr/bin/env bash`, including currently POSIX-compliant ones, to prevent any future confusion. Change-Id: Ia074cc6db42d40fc59a63726f6194ea0149ea5e0 | |||
2024-03-30 | meson: add manpages for old cli and config files | eldritch horrors | |
Change-Id: I93384ec774d1945a649f6aaf7cd967c3fb7197f9 | |||
2024-03-30 | build: extract make "functions" into scripts | eldritch horrors | |
we'll want to use these for the meson builds, and probably eventually rewrite them in something that isn't plain shell. diffoscope confirms that out/share and doc/share are equal before and after these changes Change-Id: I49aa418fc8615cad86d67328e08c28a7405ec952 |