From fe23507043d5d476e382d364270fcc9419475958 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 May 2020 21:37:07 -0400 Subject: fix finding the active tty name apparently $TTY is a shell builtin variable, and not set in the actual environment --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8f671c9..b9e56a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,7 +1129,9 @@ dependencies = [ "directories", "env_logger", "humantime 2.0.0", + "libc", "log", + "memchr", "nix", "openssl", "paw", -- cgit v1.2.3