Skip to content
Snippets Groups Projects
Commit 0dbd80ca authored by Christian Engwer's avatar Christian Engwer
Browse files

fix duneproject bug #861

[[Imported from SVN: r6304]]
parent df009050
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ echo "writing initial files:"
# we need the module with _ instead of - to not confuse automake
fix_and_assign CMODULE $MODULE
NAME=`echo $PROJECT | sed -e 's/dune[_-]//' -e 's/-/_/'`
NAME=`echo $PROJECT | sed -e 's/dune[_-]//' | tr '-' '_'`
################## CONFIGURE.AC ##################
echo "- $PROJECT/configure.ac"
......
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