Bug ID 940837
Summary bash completion does not expand variables
Classification openSUSE
Product openSUSE Factory
Version 201505*
Hardware x86-64
OS Linux
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter ohering@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

# export SCRATCH_AREA=/dev/shm
# ls $SCR<tab>  

this expands to
# ls \$SCRATCH_AREA/

used to expand to 
# ls $SCRATCH_AREA


You are receiving this mail because: