mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 11:09:29 -05:00
Sometimes it's useful to be able to prepend to a variable as
well, such as when dealing with domain names, e.g.
prepend fdqn "$subdomain" "."
will result in:
fqdn="$subdomain.$fqdn"
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>