mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 21:41:40 -07:00
Delete spurious paren outputting short_usage.
This commit is contained in:
parent
10d5cec652
commit
8428ef44fc
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ if [ "${configuration}" = "" ]; then
|
|||
echo "- Looks like this is a ${configuration}" 1>&2
|
||||
else
|
||||
echo '- Failed to guess the system type. You need to tell me.' 1>&2
|
||||
echo "${short_usage}") >&2
|
||||
echo "${short_usage}" >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue