fix: check if GIT_REFSPEC is empty
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
		| @@ -77,6 +77,7 @@ Config::Config() | ||||
|     // Assume that builds outside of Git repos are "stable" | ||||
|     if (GIT_REFSPEC == QStringLiteral("GITDIR-NOTFOUND") | ||||
|         || GIT_TAG == QStringLiteral("GITDIR-NOTFOUND") | ||||
|         || GIT_REFSPEC == QStringLiteral("") | ||||
|         || GIT_TAG == QStringLiteral("GIT-NOTFOUND")) | ||||
|     { | ||||
|         GIT_REFSPEC = "refs/heads/stable"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user