Issue #2214 - Correct syntax
Former-commit-id:bd9c893494
[formerlyeb6fef00c7
] [formerly 2ea8c6cd5d8241cebf9f8690a338942596613dd4 [formerly62751f2af8
]] [formerlydf8dd8d71b
[formerly62751f2af8
[formerly 0b398665c539949a624b9d2e3e0b11dcd501044d]]] Former-commit-id:df8dd8d71b
Former-commit-id: a612dab10b72b7853b3b68864ce38d4b1f9c19bc [formerly6f0c139522
] Former-commit-id:d8b26bf14f
This commit is contained in:
parent
a138619ea8
commit
15bdc4f6c4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ function buildFeatureRPMs()
|
|||
if [ "${feature}" = "com.raytheon.uf.viz.cots.feature" ] ||
|
||||
[ "${feature}" = "com.raytheon.uf.viz.base.feature" ] ||
|
||||
[ "${feature}" = "com.raytheon.uf.viz.localization.perspective.feature" ] ||
|
||||
[ "${feature}" = "com.raytheon.uf.viz.archive.feature" ]; then
|
||||
[ "${feature}" = "com.raytheon.uf.viz.archive.feature" ] ||
|
||||
[ "${feature}" = "com.raytheon.viz.satellite.feature" ] ||
|
||||
[ "${feature}" = "com.raytheon.uf.viz.nwsauth.feature" ]; then
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue