This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 84cb8eb Update README.md (#81)
84cb8eb is described below
commit 84cb8eb6f81fd72a1bd39f6ddbdbab7995fa1fc6
Author: samuel100u <[email protected]>
AuthorDate: Fri Mar 20 04:38:33 2020 +0800
Update README.md (#81)
Change "source *.set.sh" to "source *.Set.sh"
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a1bf5c2..4a33158 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ cd aoo/main
autoconf
./configure <configure_switches>
./bootstrap
-source *.set.sh
+source *.Set.sh
cd instsetoo_native
build --all
```