mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
use echo -n instead of touch
This commit is contained in:
parent
841fe4bf26
commit
e0b13ec89a
@ -31,5 +31,5 @@ parts:
|
||||
prepare: |
|
||||
if git describe --exact-match --tags 2> /dev/null
|
||||
then
|
||||
touch ../src/prerelease.txt
|
||||
echo -n > ../src/prerelease.txt
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user