diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 00:13:27 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:17:56 +1000 |
commit | 37e5f4a7ab9a8026e5fc2f47dafb0f1b123d39e9 (patch) | |
tree | 4c4c2cf61754af2dd5ef5202324e16d2e5847ff6 /regress/authinfo.sh | |
parent | 001aa55484852370488786bd40e9fdad4b465811 (diff) | |
download | openssh-git-37e5f4a7ab9a8026e5fc2f47dafb0f1b123d39e9.tar.gz |
upstream: make this a bit more portable-friendly
OpenBSD-Regress-ID: 62f7b9e055e8dfaab92b3825f158beeb4ca3f963
Diffstat (limited to 'regress/authinfo.sh')
-rw-r--r-- | regress/authinfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/authinfo.sh b/regress/authinfo.sh index 3caf8947..693424af 100644 --- a/regress/authinfo.sh +++ b/regress/authinfo.sh @@ -1,4 +1,4 @@ -# $OpenBSD: authinfo.sh,v 1.2 2017/10/25 20:08:36 millert Exp $ +# $OpenBSD: authinfo.sh,v 1.3 2018/04/10 00:13:27 djm Exp $ # Placed in the Public Domain. tid="authinfo" |