We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007c429 commit d4c200eCopy full SHA for d4c200e
Justfile
@@ -14,7 +14,7 @@ images := '(
14
[ucore-nvidia]="stable-nvidia-zfs"
15
)'
16
export SUDOIF := if `id -u` == "0" { "" } else { "sudo" }
17
-export SET_X := if `id -u` == "0" { "1" } else { "" }
+export SET_X := if `id -u` == "0" { "1" } else { `echo ${SET_X:-}` }
18
19
[private]
20
default:
0 commit comments