From f2b16a5bcbde8be99df1a040599d9477488935fe Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 27 Jul 2018 01:10:02 -0600 Subject: [PATCH] use /dev/tty --- usr/share/install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index af3d2cf..9d819c2 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -34,7 +34,7 @@ set -u TELEBIT_DEBUG=${TELEBIT_DEBUG:-} # NOTE: On OS X logname works from a pipe, but on Linux it does not -my_logname=$(who am i | awk '{print $1}') +my_logname=$(who am i