This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit ffc20de42bd488435a6295b4bc5b832a89899417 Author: Mark Thomas <[email protected]> AuthorDate: Wed Jan 6 12:26:45 2021 +0000 Correct a path --- HOWTO-RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt index 376fa48..1d1c5b9 100644 --- a/HOWTO-RELEASE.txt +++ b/HOWTO-RELEASE.txt @@ -74,7 +74,7 @@ mvn clean Create native build scripts --------------------------- -cd /src/native/unix +cd src/native/unix sh support/buildconf.sh
