Skip to content

Commit

Permalink
Update nb - ensure that NB_SEARCH_UTILITY var is defined before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert authored Nov 16, 2023
1 parent 75793e2 commit e32695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -16631,7 +16631,7 @@ _search() {
shift
done

if [[ -z $_search_utility ]]; then
if [[ -z $_search_utility ]] && [[ -n $NB_SEARCH_UTILITY ]]; then
_search_utility=$NB_SEARCH_UTILITY
fi

Expand Down

0 comments on commit e32695a

Please sign in to comment.