Skip to content

Commit

Permalink
fix(ant): work around custom IFS
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Sep 25, 2023
1 parent cfc3eda commit 584e567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/ant
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _comp_cmd_ant()
fi
done
if ((i == cword)); then
local IFS=$' \t\n'
for i in ${ANT_ARGS-}; do
if [[ $prev == -@(?(build)file|f) ]]; then
buildfile=$i
Expand Down

0 comments on commit 584e567

Please sign in to comment.