This is the real fix for bug 691378.
Closes: https://bugs.gentoo.org/691378
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
local root="$1"
local inplace=""
- if [[ ${root}=="--inplace-glibc" ]] ; then
+ if [[ "${root}" == "--inplace-glibc" ]] ; then
inplace="--inplace-glibc"
root="$2"
fi
local root="$1"
local inplace=""
- if [[ ${root}=="--inplace-glibc" ]] ; then
+ if [[ "${root}" == "--inplace-glibc" ]] ; then
inplace="--inplace-glibc"
root="$2"
fi