Skip to content

Commit f53e68b

Browse files
rockyjansorg
andauthored
Update lib/file.sh
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
1 parent aaf8094 commit f53e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function _Dbg_resolve_expand_filename {
109109
if [[ "$dirname" == '\$cdir' ]] ; then
110110
dirname="$_Dbg_cdir"
111111
elif [[ "$dirname" == '\$cwd' ]] ; then
112-
dirname=$(pwd)
112+
dirname="$(pwd)"
113113
fi
114114
if [[ -f "$dirname/$find_file" ]] ; then
115115
echo "$dirname/$find_file"

0 commit comments

Comments
 (0)