Re: [FFmpeg-devel] [PATCH v3 3/5] configure: switch to shebang without space

2024-04-09 Thread J. Dekker
Martin Storsjö writes: > On Tue, 9 Apr 2024, J. Dekker wrote: > >> Note that the config.sh file is left without a shebang, this file is >> supposed to be sourced into the current environment. >> >> This commit is purely cosmetic. >> >> Signed-off-by: J. Dekker >> --- >> configure | 2 +- >> 1 fi

Re: [FFmpeg-devel] [PATCH v3 3/5] configure: switch to shebang without space

2024-04-09 Thread Martin Storsjö
On Tue, 9 Apr 2024, J. Dekker wrote: Note that the config.sh file is left without a shebang, this file is supposed to be sourced into the current environment. This commit is purely cosmetic. Signed-off-by: J. Dekker --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks,