use echo -n instead of touch

This commit is contained in:
Leo Arias 2017-07-18 14:34:37 +00:00
parent 841fe4bf26
commit e0b13ec89a

View File

@ -31,5 +31,5 @@ parts:
prepare: | prepare: |
if git describe --exact-match --tags 2> /dev/null if git describe --exact-match --tags 2> /dev/null
then then
touch ../src/prerelease.txt echo -n > ../src/prerelease.txt
fi fi