Skip to content
Snippets Groups Projects
Commit 06e18dd4 authored by Aaron Stone's avatar Aaron Stone
Browse files

STORM-1447 Use <filters>setenv</> stanza rather than grep -v setenv.

parent 3a25753b
No related branches found
No related tags found
No related merge requests found
......@@ -1907,11 +1907,8 @@
<map>
<key>build</key>
<map>
<key>arguments</key>
<key>filters</key>
<array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string>
</array>
<key>command</key>
......@@ -1964,11 +1961,8 @@
<map>
<key>build</key>
<map>
<key>arguments</key>
<key>filters</key>
<array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string>
</array>
<key>command</key>
......@@ -2023,11 +2017,8 @@
<map>
<key>build</key>
<map>
<key>arguments</key>
<key>filters</key>
<array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string>
</array>
<key>command</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment