operator precedence

This commit is contained in:
maikkeli 2016-01-28 14:58:45 +10:30
parent 4ed26c274e
commit c643ee70a7

View File

@ -62,7 +62,7 @@ ENV LSMB_VERSION ${LSMB_VERSION}
RUN cd /srv/ledgersmb \ RUN cd /srv/ledgersmb \
&& git fetch \ && git fetch \
&& git checkout $LSMB_VERSION \ && git checkout $LSMB_VERSION \
&& git merge || echo "git merge failed - this is expected if [$LSMB_VERSION] isn't a branch" && (git merge || echo "git merge failed - this is expected if [$LSMB_VERSION] isn't a branch")
#RUN sed -i \ #RUN sed -i \
# -e "s/short_open_tag = Off/short_open_tag = On/g" \ # -e "s/short_open_tag = Off/short_open_tag = On/g" \