Re: git: 5f90abc08039 - main - www/gitlab: use %%PREFIX%% in the startup script for shell path
Date: Sat, 02 Nov 2024 08:37:32 UTC
Am 02.11.2024 um 09:58 schrieb Gleb Popov: > On Sat, Nov 2, 2024 at 10:54 AM Matthias Fechner <mfechner@freebsd.org> wrote: > >> +shell_path="%%PREFIX%%/bin/bash" > It should be %%LOCALBASE%% unless gitlab also installs bash. thanks a lot for this pointer! Learned something, I was really aware of. I corrected other parts that misused PREFIX. Is now corrected with: 55133873e62f2a8c6ecb33ac1c1f36e64059140b Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook