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: |
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user