configure: Fix Caps/spaces...
This commit is contained in:
parent
3195ca7a71
commit
2355c108db
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue