We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e0a25 commit 1e26920Copy full SHA for 1e26920
tools/build.sh
@@ -5,8 +5,8 @@ PARENT_DIR=$(dirname $SCRIPT_DIR)
5
6
echo $PARENT_DIR
7
cd $PARENT_DIR/espeak-ng
8
-pwd
9
-touch $PARENT_DIR/espeak-ng/ChangeLog.md
+rm CHANGELOG.md
+echo "Hi" > ChangeLog.md
10
ls
11
./autogen.sh
12
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async
0 commit comments