summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-17 20:42:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-17 20:42:05 +1000
commit1466bd25a8d1ff7ae455a795d2d7d52dc17d2938 (patch)
tree8ed2f22aa1aaac7026b40f0f2a52bb2eba37514e
parent05b5e518c9969d63471f2ccfd85b1de6e724d30b (diff)
- dtucker@cvs.openbsd.org 2013/05/17 10:24:48
[localcommand.sh] use backticks for portability. (id sync only)
-rw-r--r--ChangeLog3
-rw-r--r--regress/localcommand.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf1c3b953..fc5c7005c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,9 @@
77 Use SUDO when cat'ing pid files and running the sshd log wrapper so that 77 Use SUDO when cat'ing pid files and running the sshd log wrapper so that
78 it works with a restrictive umask and the pid files are not world readable. 78 it works with a restrictive umask and the pid files are not world readable.
79 Changes from -portable. (id sync only) 79 Changes from -portable. (id sync only)
80 - dtucker@cvs.openbsd.org 2013/05/17 10:24:48
81 [localcommand.sh]
82 use backticks for portability. (id sync only)
80 - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it 83 - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
81 in portable and it's long gone in openbsd. 84 in portable and it's long gone in openbsd.
82 - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange 85 - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
diff --git a/regress/localcommand.sh b/regress/localcommand.sh
index feade7a9d..8a9b56971 100644
--- a/regress/localcommand.sh
+++ b/regress/localcommand.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: localcommand.sh,v 1.1 2007/10/29 06:57:13 dtucker Exp $ 1# $OpenBSD: localcommand.sh,v 1.2 2013/05/17 10:24:48 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="localcommand" 4tid="localcommand"