Skip to content

Commit 26b596b

Browse files
committed
Bash fix
1 parent dd30ce7 commit 26b596b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/Common/CLRTest.Execute.Bash.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ $(CLRTestBashPostCommands)
439439
</PropertyGroup>
440440
<PropertyGroup>
441441
<BashEnvironmentVariables>
442-
@(CLRTestBashEnvironmentVariable -> export %(Identity)=%(Value)', '%0a')
443-
@(CLRTestEnvironmentVariable -> export %(Identity)=%(Value)', '%0a')
442+
@(CLRTestBashEnvironmentVariable -> 'export %(Identity)=%(Value)', '%0a')
443+
@(CLRTestEnvironmentVariable -> 'export %(Identity)=%(Value)', '%0a')
444444
</BashEnvironmentVariables>
445445
</PropertyGroup>
446446

0 commit comments

Comments
 (0)