aboutsummaryrefslogtreecommitdiff
path: root/lib.rc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-03 00:42:51 +0300
committerCem Keylan <cem@ckyln.com>2021-01-03 00:42:51 +0300
commitb74105beda9d36e128b621079990428cdd6ee809 (patch)
tree1071f593ed88a6547e257842dc84f91c0fc1e4e4 /lib.rc
parentd1590234d19724f14e8ba94582986963fce47267 (diff)
downloaddocs-b74105beda9d36e128b621079990428cdd6ee809.tar.gz
update build system
Diffstat (limited to 'lib.rc')
-rw-r--r--lib.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.rc b/lib.rc
index 4b03274..3c713e2 100644
--- a/lib.rc
+++ b/lib.rc
@@ -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