mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
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:
commit
64ec796314
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue