cdd : fix shopt flag.
This commit is contained in:
parent
87c6ed7fdd
commit
91d30d8673
|
@ -18,7 +18,7 @@ cdd()
|
|||
done
|
||||
|
||||
# Clean-up???
|
||||
shopt -n nocasematch
|
||||
shopt -u nocasematch
|
||||
|
||||
# Say where we're going.
|
||||
echo "${result}"
|
||||
|
|
Reference in a new issue