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
Branches
Tags
No related merge requests found
...@@ -1907,11 +1907,8 @@ ...@@ -1907,11 +1907,8 @@
<map> <map>
<key>build</key> <key>build</key>
<map> <map>
<key>arguments</key> <key>filters</key>
<array> <array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string> <string>setenv</string>
</array> </array>
<key>command</key> <key>command</key>
...@@ -1964,11 +1961,8 @@ ...@@ -1964,11 +1961,8 @@
<map> <map>
<key>build</key> <key>build</key>
<map> <map>
<key>arguments</key> <key>filters</key>
<array> <array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string> <string>setenv</string>
</array> </array>
<key>command</key> <key>command</key>
...@@ -2023,11 +2017,8 @@ ...@@ -2023,11 +2017,8 @@
<map> <map>
<key>build</key> <key>build</key>
<map> <map>
<key>arguments</key> <key>filters</key>
<array> <array>
<string>|</string>
<string>grep</string>
<string>-v</string>
<string>setenv</string> <string>setenv</string>
</array> </array>
<key>command</key> <key>command</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment