Fix error when $PATH contains whitespaces
authorMarkus Seeber <markus.seeber@spectralbird.de>
Thu, 30 Nov 2017 12:28:44 +0000 (13:28 +0100)
committerMarkus Seeber <markus.seeber@spectralbird.de>
Thu, 30 Nov 2017 12:43:56 +0000 (13:43 +0100)
commit5d17c6aac3c6a48b8c8bcd906372bcd779751fe3
treecd0efe9086d1b62afc36efc9083fd4169ddda1f0
parentc91a7c4263ea17a24ec132636973873fdcae3c03
Fix error when $PATH contains whitespaces

Previously, if $PATH contains whitespaces the startup script would split
the new exported $PATH on the first whitespace. This was observed on an
Ubuntu system where $PATH contained a directory with whitespaces.

The change adds weak quotation around the new path to prevent expansion
of whitespaces. $PATH though, is still expanded.
tools/linux_packaging/build