Skip to content

Commit

Permalink
Merge pull request #1719 from umaranis/master
Browse files Browse the repository at this point in the history
Update finder plugin find command with default path #1718
  • Loading branch information
jarun authored Aug 27, 2023
2 parents 1ba8582 + b28f209 commit d8c1c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/finder
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ readexpr() {
[ -n "$fexpr" ] && readexpr ;;
\$*) cmd="${fexpr:1}" ;;
*) mapexpr && readexpr
cmd="find $fexpr -print0" ;;
cmd="find . $fexpr -print0" ;;
esac
}

Expand Down

0 comments on commit d8c1c99

Please sign in to comment.