Skip to content

Commit

Permalink
control set_x
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 30, 2024
1 parent 007c429 commit d4c200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images := '(
[ucore-nvidia]="stable-nvidia-zfs"
)'
export SUDOIF := if `id -u` == "0" { "" } else { "sudo" }
export SET_X := if `id -u` == "0" { "1" } else { "" }
export SET_X := if `id -u` == "0" { "1" } else { `echo ${SET_X:-}` }

[private]
default:
Expand Down

0 comments on commit d4c200e

Please sign in to comment.