Skip to content

Commit

Permalink
#4 always use bash to execute bake script
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Dec 30, 2018
1 parent c0a21f3 commit 45ef90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ int16_t bake_create_script(void)
goto error;
}

fprintf(f, "#!/bin/bash\n\n");

fprintf(f, "UNAME=$(uname)\n\n");

fprintf(f, "clone_bake() {\n");
Expand Down

0 comments on commit 45ef90e

Please sign in to comment.