Skip to content
Snippets Groups Projects
Commit e9a8a93f authored by Gerrit Kuehn's avatar Gerrit Kuehn
Browse files

fix spurious single quote

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4294 6dcd42c9-f523-4c6d-aada-af552506706e
parent 7b7d77f8
No related branches found
No related tags found
No related merge requests found
......@@ -261,4 +261,4 @@ standiop-localtime:
(cd $(srcdir)/src/daqd; autoconf)
/bin/rm -rf build/standiop-localtime
/bin/mkdir -p build/standiop-localtime
(mysrc=$(srcdir); cd build/standiop-localtime; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics' --enable-local-timing --enable-iop' && make)
(mysrc=$(srcdir); cd build/standiop-localtime; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics' --enable-local-timing --enable-iop && make)
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