mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
Delete spurious paren outputting short_usage.
This commit is contained in:
parent
10d5cec652
commit
8428ef44fc
@ -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…
Reference in New Issue
Block a user