Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Fri, 01 Mar 2019 06:00:25
Message-Id: 1551419932.71016e53a2c77d33e57817f97f9a3c47302daba0.robbat2@gentoo
1 commit: 71016e53a2c77d33e57817f97f9a3c47302daba0
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 5 01:08:45 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 05:58:52 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=71016e53
7
8 login-remote.sh: remove useless echo and sleep
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 defaults/login-remote.sh | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
16 index 47e6abf..7a1b21b 100644
17 --- a/defaults/login-remote.sh
18 +++ b/defaults/login-remote.sh
19 @@ -45,8 +45,6 @@ openLUKSremote() {
20 while [ 1 ]
21 do
22 local gpg_cmd="" crypt_filter_ret=42
23 - echo $-
24 - sleep 1
25
26 if [ -e ${flag_opened} ]
27 then