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