Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a8ae3c

Browse files
committed
[ci]: Update env for run.cmd
1 parentba9a253 commit3a8ae3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.ci/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echooff
2-
PATH=C:\Windows\system32;C:\Perl64\bin;C:\msys64\usr\bin
2+
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd
33

44
IF"%ARCH%"==""SETARCH=X86
55
IF"%ARCH%"=="x86"SETARCH=X86

‎src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ EOF
510510
# If there is .git rewrite file whenever gitlog succeeds
511511
if (-d".git" ) {
512512
my$cmd ="git log -1 --format='%h'";
513-
open P,"$cmd |" || confess"Could not open:$cmd\n";;
513+
open P,"$cmd |" || confess"Could not open:$cmd\n";
514514
my$commit_id = <P>;
515515
chomp($commit_id);
516516
if (close(P)) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp