Skip to content

Commit 1e26920

Browse files
committedOct 4, 2024
Another way to affect changelog
1 parent b2e0a25 commit 1e26920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PARENT_DIR=$(dirname $SCRIPT_DIR)
55

66
echo $PARENT_DIR
77
cd $PARENT_DIR/espeak-ng
8-
pwd
9-
touch $PARENT_DIR/espeak-ng/ChangeLog.md
8+
rm CHANGELOG.md
9+
echo "Hi" > ChangeLog.md
1010
ls
1111
./autogen.sh
1212
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async

0 commit comments

Comments
 (0)