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

Fix typo in script-generator causing wrong traps in new Bash
This commit is contained in:
Andrius Štikonas 2024-01-27 00:55:30 +00:00 committed by GitHub
commit 64ec796314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);