Skip to content

Commit 38ded9a

Browse files
committed
ch documentation
1 parent df06f7b commit 38ded9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/install-nix-from-closure.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
# 1) Since this script tries to be fully POSIX compatible, code is influenced by that. There are day-to-day commands and solutions we get used to, but they are not in POSIX standard. So if you try to simplify some operation, please check it with http://pubs.opengroup.org/onlinepubs/9699919799/ .
3737
#
3838
# 2) Notice, Warning, Error, ErrorRevert massages have special form to be very readable and get attention.
39-
# Message body starts from new line.
39+
# Message body starts from a new line.
4040
# And has 4 spaces from the left. Always.
4141
#
4242
###############################
4343
#
44-
# ^ notice "
45-
# |
46-
#<---Install executed for ROOT.
44+
# notice "
45+
#
46+
# Install executed for ROOT.
4747
#
4848
# Doing classic Linux package manager mode.
4949
# In Nix this mode is called: single-user mode for root.
5050
#
5151
# Nix can do multi-user mode, and manage package trees for users independently.
5252
# "
53-
# fi
5453
#
5554
###############################
5655
#
56+
# This is the best balance of code simplicity and code readability found so far.
5757
# This produces output in color:
5858
#
5959
###############################

0 commit comments

Comments
 (0)