mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
Remove a stray -e from bootstrap's error report.
Not sure it was there, unless I had intended -n.
This commit is contained in:
parent
7de0317a22
commit
b133e9a092
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$errors" ; then
|
if test -n "$errors" ; then
|
||||||
echo -e $errors
|
echo "$errors"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue