From a3f297de91b58282e16f70efdceab9715f0068fb Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 14 Feb 2012 23:01:42 -0800 Subject: [PATCH] - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote to work. Spotted by Angel Gonzalez --- ChangeLog | 2 ++ regress/keytype.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce88d9195..3f5630da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ ok dtucker@ - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so it actually works. + - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote + to work. Spotted by Angel Gonzalez 20120214 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of diff --git a/regress/keytype.sh b/regress/keytype.sh index 2cbf132bd..cb40c6864 100644 --- a/regress/keytype.sh +++ b/regress/keytype.sh @@ -3,7 +3,7 @@ tid="login with different key types" -TIME=`which time` 2>/dev/null +TIME=`which time 2>/dev/null` if test ! -x "$TIME"; then TIME="" fi