Skip to content
Snippets Groups Projects
Commit f138a14b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Use double quotes on all but LD_LIBRARY_PATH

parent 7c53ca55
Branches
Tags
1 merge request!130jug_xl: Use double quotes on all but LD_LIBRARY_PATH
...@@ -82,13 +82,13 @@ RUN cd /tmp ...@@ -82,13 +82,13 @@ RUN cd /tmp
&& echo "ADDING SETUP SCRIPT" \ && echo "ADDING SETUP SCRIPT" \
&& echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib' \ && echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib' \
> /opt/detector/setup.sh \ > /opt/detector/setup.sh \
&& echo 'export JUGGLER_DETECTOR=athena' \ && echo "export JUGGLER_DETECTOR=athena" \
>> /opt/detector/setup.sh \ >> /opt/detector/setup.sh \
&& echo 'export DETECTOR_PATH=/opt/detector/share/athena' \ && echo "export DETECTOR_PATH=/opt/detector/share/athena" \
>> /opt/detector/setup.sh \ >> /opt/detector/setup.sh \
&& echo 'export DETECTOR_VERSION=${DETECTOR_VERSION}' \ && echo "export DETECTOR_VERSION=${DETECTOR_VERSION}" \
>> /opt/detector/setup.sh \ >> /opt/detector/setup.sh \
&& echo 'export JUGGLER_INSTALL_PREFIX=/usr/local' \ && echo "export JUGGLER_INSTALL_PREFIX=/usr/local" \
>> /opt/detector/setup.sh >> /opt/detector/setup.sh
## Install benchmarks into the container ## Install benchmarks into the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment