This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Small typo inTAR:cygwin-cygwin-doc-1.1-1.tar/etc/preremovedoc-preremove.sh


Hi

There is a small typo in /etc/preremovedoc-preremove.sh:

for i in libc.info libc.info-1 libc.info-2 libc.info-3 libc.info-4 libc.info-5 l
                                                                              ^^^
ibm.info; do
  install-info --delete --dir-file=${INFODIR}/dir --info-file=${i}
done

this should be

for i in libc.info libc.info-1 libc.info-2 libc.info-3 libc.info-4 libc.info-5 libm.info; do
  install-info --delete --dir-file=${INFODIR}/dir --info-file=${i}
done


Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]