Quote bare '?' as it's a glob pattern
This commit is contained in:
parent
ba76c45683
commit
0d2097cee2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ esac
|
|||
export PS1
|
||||
|
||||
case $(uname -s) in
|
||||
Linux) stty erase ^?
|
||||
Linux) stty erase "^?"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue