aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-28 05:54:12 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-28 13:17:13 -0500
commit83e3f22710bd4062e7caaa896633b036d402827e (patch)
tree047753458b3daab3f9fc3dec97a277c3ff526f69 /README.md
parentb3f22d85e5c1d1f946f9675b69173d34a1904c8f (diff)
downloadportable-83e3f22710bd4062e7caaa896633b036d402827e.tar.gz
portable-83e3f22710bd4062e7caaa896633b036d402827e.tar.bz2
portable-83e3f22710bd4062e7caaa896633b036d402827e.zip
replace remaining bash-only features in the update script
We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d452cf..135c061 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ If you have checked this source using Git, follow these initial steps to
62prepare the source tree for building: 62prepare the source tree for building:
63 63
641. Ensure you have the following packages installed: 641. Ensure you have the following packages installed:
65 automake, autoconf, bash, git, libtool, perl, pod2man 65 automake, autoconf, git, libtool, perl, pod2man
662. Run './autogen.sh' to prepare the source tree for building or 662. Run './autogen.sh' to prepare the source tree for building or
67 run './dist.sh' to prepare a tarball. 67 run './dist.sh' to prepare a tarball.
68 68