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

fix #435

[[Imported from SVN: r5304]]
parent 7268b4ec
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ usage () {
## get my name...
grep -q '^Module:' dune.module || echo "Parser Error: Module entry missing in dune.module"
name=`awk '/^Module:/ { print $2 }' dune.module`
name=`awk '{ sub(/:/,": ") }; /^Module:/ { print $2 }' dune.module`
## dune-all.m4
rm -f dune-all.m4
......
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