Skip to content

Commit 4037b51

Browse files
committed
Meta/V: deal with the initial bootstrapping case a bit better
There could be no git installed initially from the integration branch being probed.
1 parent 936a95a commit 4037b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

V

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ do
4242
then
4343
in= out=
4444
installed=${dirty:+" (with changes)"}
45+
elif test -z "$version"
46+
then
47+
in="" out=""
48+
installed=" none"
4549
else
4650
installed=$(git describe $version)
4751
case "$dirty" in

0 commit comments

Comments
 (0)