[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: texmf.cnf again



Andreas Metzler <ametzler@downhill.at.eu.org> wrote:
[...]
> stored_checksum=`sed -n -e '1s/^% //' -e '1p;1q' "$1"`
> current_checksum=`sed -n '2,$p' "$1" | md5sum | cut -d\  -f1`
> if [ "${stored_checksum}" = "${stored_checksum}" ] ; then
                                *^^^^^^^^^^^^^^^*
                                current_checksum.
                   cu andreas



Reply to: