logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 64ec796314951351839ca6caa56ef7a189e1b8c4
parent 34e4bf9bcc2a5fed10c0e2f204a55cb5a63000fb
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 27 Jan 2024 00:55:30 +0000

Merge pull request #420 from Googulator/using-bash-bugfix

Fix typo in script-generator causing wrong traps in new Bash

Diffstat:

Mseed/script-generator.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seed/script-generator.c b/seed/script-generator.c @@ -557,7 +557,7 @@ void generate(Directive *directives) { */ generate_preseed_jump(counter); } - bash_build = 1; + bash_build += 1; /* Create call to new script. */ output_call_script(out, "", int2str(counter, 10, 0), bash_build, 0); fclose(out);