1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Fix removing unsuitable use of open in bump version script

This commit is contained in:
Simon Frei 2023-01-01 21:56:21 +01:00
parent 8d20884817
commit 212e1bafa2

View file

@ -30,7 +30,8 @@ if command -v edit >/dev/null; then
elif [ -n "$EDITOR" ]; then elif [ -n "$EDITOR" ]; then
editor="$EDITOR" editor="$EDITOR"
else else
echo "No editor found - need either `edit` binary or $EDITOR env var set" echo "No editor found - need either 'edit' binary or EDITOR env var set"
exit 1
fi fi
$editor $CHANGELOG $editor $CHANGELOG