]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe-init-build-env: add quotes around variables to prevent word splitting
authorAbongwa Amahnui Bonalais <abongwabonalais@gmail.com>
Tue, 5 Apr 2022 10:47:05 +0000 (11:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Apr 2022 21:22:41 +0000 (22:22 +0100)
commitb07a70fbf78f2beba639580e37dffbc0a73bc99f
treeabe7a25cf5b139598d225b094e1ed672cdf03a30
parent7d6f4b1373e4dfafc63702ef2426cd45100f18a3
oe-init-build-env: add quotes around variables to prevent word splitting

Used shellcheck to add quotes to the variables. This is to make sure that
directories with names that have space between, such as
"Desktop/projects/test repo/poky" will not be considered as 2 separate
words. With this modification, running the command "source
oe-init-build-env" will not give the error "bash: oe-init-build-env: No
such file or directory"

Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
oe-init-build-env
scripts/oe-setup-builddir