diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-03 00:42:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-03 00:42:51 +0300 |
commit | b74105beda9d36e128b621079990428cdd6ee809 (patch) | |
tree | 1071f593ed88a6547e257842dc84f91c0fc1e4e4 /lib.rc | |
parent | d1590234d19724f14e8ba94582986963fce47267 (diff) | |
download | docs-b74105beda9d36e128b621079990428cdd6ee809.tar.gz |
update build system
Diffstat (limited to 'lib.rc')
-rw-r--r-- | lib.rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ setv() { # Usage: setv [variable = [key...]] # # Variable setting function that somewhat imitates the Makefile syntax. - # - Using = sets the variable. - # - Using ?= sets the variable if it is unset. + # - Using == sets the variable. + # - Using = sets the variable if it is unset. # - Using += increments to a variable. [ "$3" ] || { printf '%s\n' "Faulty variable syntax" >&2 |