- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote

to work. Spotted by Angel Gonzalez
This commit is contained in:
Tim Rice 2012-02-14 23:01:42 -08:00
parent f79b5d38a1
commit a3f297de91
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
ok dtucker@ ok dtucker@
- (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
it actually works. it actually works.
- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
to work. Spotted by Angel Gonzalez
20120214 20120214
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of

View File

@ -3,7 +3,7 @@
tid="login with different key types" tid="login with different key types"
TIME=`which time` 2>/dev/null TIME=`which time 2>/dev/null`
if test ! -x "$TIME"; then if test ! -x "$TIME"; then
TIME="" TIME=""
fi fi