Quote bare '?' as it's a glob pattern

This commit is contained in:
Lucas 2019-12-09 11:07:17 +00:00
parent ba76c45683
commit 0d2097cee2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ esac
export PS1
case $(uname -s) in
Linux) stty erase ^?
Linux) stty erase "^?"
;;
esac