aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
commitfe23507043d5d476e382d364270fcc9419475958 (patch)
treeff7c20b34a5e2ec97db978258186c623b83a2f31 /Cargo.lock
parentbb9b1d9dbe9f1c098a538d729472d257c860fee3 (diff)
downloadrbw-fe23507043d5d476e382d364270fcc9419475958.tar.gz
rbw-fe23507043d5d476e382d364270fcc9419475958.zip
fix finding the active tty name
apparently $TTY is a shell builtin variable, and not set in the actual environment
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
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",