1
0
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:
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