Skip to content

Commit d4c200e

Browse files
committed
control set_x
1 parent 007c429 commit d4c200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ images := '(
1414
[ucore-nvidia]="stable-nvidia-zfs"
1515
)'
1616
export SUDOIF := if `id -u` == "0" { "" } else { "sudo" }
17-
export SET_X := if `id -u` == "0" { "1" } else { "" }
17+
export SET_X := if `id -u` == "0" { "1" } else { `echo ${SET_X:-}` }
1818

1919
[private]
2020
default:

0 commit comments

Comments
 (0)