Created attachment 1528939[details]
terminal output using set -x
Description of problem:
hang using bash completion with DNF
Version-Release number of selected component (if applicable):
dnf-4.0.9-2.fc29.noarch
Steps to Reproduce:
1. download a rpm file
2. got into the specified folder
3. start typing "dnf install <rpm starting name>"
4. terminal will not answer until you hit 2 times CTRL+C
Actual results:
terminal waits indefinitely
Expected results:
rpm file name completion
Additional info:
using "set -x" in the terminal ends with the following information (current path is never tested):
# Commands was:
# dnf install Virtu
{code}
+ _dnf_is_path Virtu
+ [[ Virtu == \.* ]]
+ [[ Virtu == \/* ]]
+ [[ Virtu == ~* ]]
+ return 1
{code}
Complete output in attachment
Created attachment 1528939 [details] terminal output using set -x Description of problem: hang using bash completion with DNF Version-Release number of selected component (if applicable): dnf-4.0.9-2.fc29.noarch Steps to Reproduce: 1. download a rpm file 2. got into the specified folder 3. start typing "dnf install <rpm starting name>" 4. terminal will not answer until you hit 2 times CTRL+C Actual results: terminal waits indefinitely Expected results: rpm file name completion Additional info: using "set -x" in the terminal ends with the following information (current path is never tested): # Commands was: # dnf install Virtu {code} + _dnf_is_path Virtu + [[ Virtu == \.* ]] + [[ Virtu == \/* ]] + [[ Virtu == ~* ]] + return 1 {code} Complete output in attachment