]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
authorTim Rice <tim@multitalents.net>
Wed, 15 Feb 2012 07:01:42 +0000 (23:01 -0800)
committerTim Rice <tim@multitalents.net>
Wed, 15 Feb 2012 07:01:42 +0000 (23:01 -0800)
   to work. Spotted by Angel Gonzalez

ChangeLog
regress/keytype.sh

index ce88d9195727a8cd704020674198843e715eec56..3f5630da4fe39fdbbbe5b1941483b8ce6f0ffe9e 100644 (file)
--- 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
index 2cbf132bd16db511616e7c3e0b98ec1a9ec90308..cb40c68645682c93aff978db289916c63dd3d0d5 100644 (file)
@@ -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