configure: Fix Caps/spaces...

This commit is contained in:
Thomas Bernard 2024-01-26 01:23:21 +01:00
parent 3195ca7a71
commit 2355c108db
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 3 additions and 3 deletions

6
miniupnpd/configure vendored
View File

@ -82,8 +82,8 @@ case "$argv" in
exit 1
;;
*)
echo "Option not recognized : $argv"
echo "use -h option to display help"
echo "Option not recognized: $argv"
echo "Use -h option to display help"
exit 1
;;
esac
@ -164,7 +164,7 @@ ${RM} ${CONFIGFILE}
echo "/* MiniUPnP Project" >> ${CONFIGFILE}
echo " * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/" >> ${CONFIGFILE}
echo " * (c) 2006-2024 Thomas Bernard" >> ${CONFIGFILE}
echo " * generated by $0 on `date`" >> ${CONFIGFILE}
echo " * Generated by $0 on `date`" >> ${CONFIGFILE}
echo " * `uname -a`" >> ${CONFIGFILE}
if [ -z "$*" ] ; then
echo " * using no command line option */" >> ${CONFIGFILE}