1
Fork 0
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:
Richard M. Stallman 1993-05-27 22:02:16 +00:00
parent 10d5cec652
commit 8428ef44fc

View file

@ -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