Skip to content
Snippets Groups Projects
Commit ceadb746 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

aFixed /bin/sh syntax error.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2766 6dcd42c9-f523-4c6d-aada-af552506706e
parent 73e639be
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ install: $(DB)
echo "echo Another copy of Epics process running already\!" >> target/$(TARGET)/startup$$ifo; \
echo "exit 1" >> target/$(TARGET)/startup$$ifo; \
echo "fi" >> target/$(TARGET)/startup$$ifo; \
echo ./$(TARGET) $(TARGET)$$ifo.cmd \>\& ioc$$ifo.log \& >> target/$(TARGET)/startup$$ifo ; \
echo ./$(TARGET) $(TARGET)$$ifo.cmd \> ioc$$ifo.log 2\>\&1 \& >> target/$(TARGET)/startup$$ifo ; \
echo echo $(TARGET) $$ifo IOC Server started >> target/$(TARGET)/startup$$ifo ; \
chmod +x target/$(TARGET)/startup$$ifo ; \
/bin/rm -f target/$(TARGET)/$(TARGET)$$ifo.cmd ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment