From 0d2097cee213366c56804e041c74108a515be837 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 9 Dec 2019 11:07:17 +0000 Subject: [PATCH] Quote bare '?' as it's a glob pattern --- dotfiles/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shrc b/dotfiles/shrc index 2f3fec0..fba0431 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -46,7 +46,7 @@ esac export PS1 case $(uname -s) in -Linux) stty erase ^? +Linux) stty erase "^?" ;; esac