chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use `...` instead of POSIX $(...) to pander to stupid shells.
[adns]
/
regress
/
r1test
diff --git
a/regress/r1test
b/regress/r1test
index 0a5f9b2fe8e82d91dae0d841bd54d8b5f8bbddfa..47b94b66c7307678800a2db0d5c727eb253948e7 100755
(executable)
--- a/
regress/r1test
+++ b/
regress/r1test
@@
-39,7
+39,7
@@
initstring="`cat init-$initfile.text`"
xinitflagsf=$program-xinitflags.text
if test -f $xinitflagsf
then
- initflags="$initflags
$(cat $xinitflagsf)
";
+ initflags="$initflags
`cat $xinitflagsf`
";
else
initflags="$initflags /"
fi