mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
git_version_gen: always output to stdout
Now that the script no longer writes to files, we can remove the `--stdout` flag and instead output to stdout by default. Closes #12307
This commit is contained in:
committed by
Johannes Altmanninger
parent
564ef66665
commit
860bba759d
@@ -49,7 +49,7 @@ if [ -n "$NOTARIZE" ] && [ -z "$API_KEY_FILE" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
VERSION=$(build_tools/git_version_gen.sh --stdout 2>/dev/null)
|
||||
VERSION=$(build_tools/git_version_gen.sh 2>/dev/null)
|
||||
|
||||
echo "Version is $VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user