We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0819b9 commit fd29f48Copy full SHA for fd29f48
vc/defaultconfig/make_scmrev.h.js
@@ -41,7 +41,7 @@ function GetGitExe()
41
42
WScript.Echo("Cannot find git or git.cmd, check your PATH:\n" +
43
wshShell.ExpandEnvironmentStrings("%PATH%"));
44
- WScript.Quit(1);
+ WScript.Quit(0);
45
}
46
47
function GetFirstStdOutLine(cmd)
@@ -54,7 +54,7 @@ function GetFirstStdOutLine(cmd)
54
{
55
// catch "the system cannot find the file specified" error
56
WScript.Echo("Failed to exec " + cmd + " this should never happen");
57
58
59
60
vc/defaultconfig/scmrev.h
@@ -0,0 +1,4 @@
1
+#define SCM_REV_STR ""
2
+#define SCM_DESC_STR ""
3
+#define SCM_BRANCH_STR ""
4
+#define SCM_IS_MASTER 1
0 commit comments