mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Correct a comment in git_version_gen.sh
This commit is contained in:
parent
d09210c08b
commit
faa17ec849
1 changed files with 2 additions and 5 deletions
|
@ -26,11 +26,8 @@ else
|
|||
VC=unset
|
||||
fi
|
||||
|
||||
# Output the FBVF
|
||||
# Note that we are super-double sneaky: we produce a file that is valid bash
|
||||
# and valid C++, so it may be included from either. Also it may have leading
|
||||
# hashes filtered out with grep to get a version of the form (for example):
|
||||
# FISH_BUILD_VERSION=2.7.1-620-g94c9f5c2
|
||||
# Output the FBVF.
|
||||
# It looks like FISH_BUILD_VERSION="2.7.1-621-ga2f065e6"
|
||||
test "$VN" = "$VC" || {
|
||||
echo >&2 "FISH_BUILD_VERSION=$VN"
|
||||
echo "FISH_BUILD_VERSION=\"$VN\"" >$FBVF
|
||||
|
|
Loading…
Reference in a new issue