Skip to content

Commit

Permalink
Update src/std/shell.ab
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix Himself <[email protected]>
  • Loading branch information
Mte90 and Ph0enixKM authored Jul 10, 2024
1 parent 486f6d0 commit af56251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/shell.ab
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fun exit(code: Num): Null {
}

pub fun is_root(): Bool {
if (unsafe $id -u$ == "0") {
if unsafe $id -u$ == "0" {
return true
}

Expand Down

0 comments on commit af56251

Please sign in to comment.