Skip to content

Commit b134076

Browse files
jamesrhestervaitkus
authored andcommitted
Fix stray pipe symbol
1 parent 93fab47 commit b134076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ do
138138
-e "save_(reflns|diffrn_reflns)[.]limit_index_m_[1-9]_(min|max): .+ not contain evaluation" \
139139
-e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face|twin_refln)[.]index_m_[1-9]: .+ not contain evaluation" \
140140
`# _type.dimension is provided in a dREL method` \
141-
-e "save_.+(q_coeff|global_phase_list|m_list|max_list|min_list|matrix_w).+ '_type.dimension' should be specified"
142-
| sponge "${OUT_FILE}"
141+
-e "save_.+(q_coeff|global_phase_list|m_list|max_list|min_list|matrix_w).+ '_type.dimension' should be specified" |
142+
sponge "${OUT_FILE}"
143143
if [ -s "${OUT_FILE}" ]
144144
then
145145
echo "Dictionary check detected the following irregularities:";

0 commit comments

Comments
 (0)