Skip to content
Snippets Groups Projects
Commit dcaa5581 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Set variable SED as not all Linuces have it set by default.

The variable is was set and used by dunecontrol but not by duneproject.
parent 2bd96423
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ CONTROL="dune.module"
if test -z $GREP; then
GREP=grep
fi
if test -z "$SED"; then
SED=sed
fi
# SunOS [e]grep does not seem to comprehend character classes. Set up
# some variables to spell them out
UPPER=ABCDEFGHIJKLMNOPQRSTUVWXYZ
......
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