mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Remove unsuitable use of open in bump version script
This commit is contained in:
parent
f6272fabb8
commit
8d20884817
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ if command -v edit >/dev/null; then
|
|||
editor=edit
|
||||
elif [ -n "$EDITOR" ]; then
|
||||
editor="$EDITOR"
|
||||
elif command -v open >/dev/null; then
|
||||
editor=open
|
||||
else
|
||||
echo "No editor found - need either `edit` binary or $EDITOR env var set"
|
||||
fi
|
||||
$editor $CHANGELOG
|
||||
|
||||
|
|
Loading…
Reference in a new issue