mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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
|
||||
|
||||
if test -n "$errors" ; then
|
||||
echo -e $errors
|
||||
echo "$errors"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue