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