Skip to content

Commit

Permalink
wip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Dec 31, 2024
1 parent 5c118e9 commit ad3f3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filecache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function _Dbg_is_file {

typeset try_find_file
try_find_file="$(_Dbg_resolve_expand_filename "$1")"
if [[ -n "${_Dbg_filenames["$try_find_file"]}" ]] ; then
if [[ -n "$try_find_file" && -n "${_Dbg_filenames["$try_find_file"]}" ]] ; then
echo "$try_find_file"
return 0
fi
Expand Down

0 comments on commit ad3f3e8

Please sign in to comment.