diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:42:05 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:42:05 +1000 |
commit | 1466bd25a8d1ff7ae455a795d2d7d52dc17d2938 (patch) | |
tree | 8ed2f22aa1aaac7026b40f0f2a52bb2eba37514e /regress | |
parent | 05b5e518c9969d63471f2ccfd85b1de6e724d30b (diff) |
- dtucker@cvs.openbsd.org 2013/05/17 10:24:48
[localcommand.sh]
use backticks for portability. (id sync only)
Diffstat (limited to 'regress')
-rw-r--r-- | regress/localcommand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
4 | tid="localcommand" | 4 | tid="localcommand" |