sanebox: fix qoute error in linkCache array test
This commit is contained in:
@@ -297,7 +297,7 @@ readlinkOnce() {
|
|||||||
local outVar=$1
|
local outVar=$1
|
||||||
local path=$2
|
local path=$2
|
||||||
local linkTarget=
|
local linkTarget=
|
||||||
if [ -v linkCache[$path] ]; then
|
if [ -v "linkCache[$path]" ]; then
|
||||||
linkTarget=${linkCache[$path]}
|
linkTarget=${linkCache[$path]}
|
||||||
elif [ -L "$path" ]; then
|
elif [ -L "$path" ]; then
|
||||||
# path is a link, but not in the cache
|
# path is a link, but not in the cache
|
||||||
|
Reference in New Issue
Block a user