Skip to content

Commit

Permalink
cwd moment
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Oct 1, 2023
1 parent 61dea03 commit bc4586c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/others/kernel-fyra/pre.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print(sh("sudo dnf5 -y install git").sh_stdout());

// Run the actual build script
print(" $ ./build.sh");
let cmd = sh("bash anda/others/kernel-fyra/build.sh");
let cmd = sh("bash build.sh", "anda/others/kernel-fyra/");
print(cmd.sh_stdout());
let err = cmd.sh_stderr();
if !err.is_empty() {
Expand Down

0 comments on commit bc4586c

Please sign in to comment.