From b74105beda9d36e128b621079990428cdd6ee809 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 3 Jan 2021 00:42:51 +0300 Subject: update build system --- lib.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib.rc') 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 -- cgit v1.2.3