mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -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
@@ -119,7 +119,7 @@ issue_url = "https://github.com/fish-shell/fish-shell/issues"
|
||||
|
||||
# From Cargo, or no build system.
|
||||
ret = subprocess.check_output(
|
||||
("../build_tools/git_version_gen.sh", "--stdout"), stderr=subprocess.STDOUT
|
||||
("../build_tools/git_version_gen.sh"), stderr=subprocess.STDOUT
|
||||
).decode("utf-8")
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
|
||||
Reference in New Issue
Block a user