forked from mirrors/nixpkgs
deterministic-uname: add missing whitespace
This commit is contained in:
parent
ddf2d70682
commit
c4597fef1d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ fi
|
||||||
# NixOS:
|
# NixOS:
|
||||||
# Linux *nodename* 6.0.13 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 14 10:41:06 UTC 2022 x86_64 GNU/Linux
|
# Linux *nodename* 6.0.13 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 14 10:41:06 UTC 2022 x86_64 GNU/Linux
|
||||||
if [[ "$all" = "1" ]]; then
|
if [[ "$all" = "1" ]]; then
|
||||||
echo -n "$KERNEL_NAME_VAL $NODENAME_VAL $KERNEL_RELEASE_VAL $KERNEL_VERSION_VAL $MACHINE_VAL"
|
echo -n "$KERNEL_NAME_VAL $NODENAME_VAL $KERNEL_RELEASE_VAL $KERNEL_VERSION_VAL $MACHINE_VAL "
|
||||||
# in help: except omit -p and -i if unknown.
|
# in help: except omit -p and -i if unknown.
|
||||||
#echo -n "$PROCESSOR_VAL $HARDWARE_PLATFORM_VAL\n"
|
#echo -n "$PROCESSOR_VAL $HARDWARE_PLATFORM_VAL\n"
|
||||||
echo -n "$OPERATING_SYSTEM_VAL"
|
echo -n "$OPERATING_SYSTEM_VAL"
|
||||||
|
|
Loading…
Add table
Reference in a new issue