mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Potentially uninitialised variable.
This commit is contained in:
parent
a8d4e89e41
commit
10faf16edf
@ -106,7 +106,7 @@ __EOT__
|
||||
}
|
||||
|
||||
nsudo() {
|
||||
[[ ${EUID} -ne 0 ]] && echo "sudo"
|
||||
[[ ${EUID:-} -ne 0 ]] && echo "sudo"
|
||||
true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user