Skip to content

Commit bddcaf9

Browse files
authored
Avoid process substitution in bash completion script (#3217)
1 parent 75e761b commit bddcaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

completions/just.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source <(JUST_COMPLETE=bash just)
1+
eval "$(JUST_COMPLETE=bash just)"

0 commit comments

Comments
 (0)