aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gotrc-examples/hide-username2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotrc-examples/hide-username b/gotrc-examples/hide-username
index c9d01a0..1ea07ad 100644
--- a/gotrc-examples/hide-username
+++ b/gotrc-examples/hide-username
@@ -13,7 +13,7 @@ read_function=_read_hide_username
_read_hide_username ()
{
local _read_tty_settings
- _read_tty_settings = "$(stty --save)"
+ _read_tty_settings="$(stty --save)"
stty -echo
$read_function_hide_username