Dne Čt 24. ledna 2013 21:33:45, Pacho Ramos napsal(a): > El mar, 22-01-2013 a las 19:42 +0100, Tomáš Chvátal escribió: > > Dne Út 22. ledna 2013 19:37:12, Pacho Ramos napsal(a): > > > I agree, thanks for pointing it. Just attached patch should handle it. > > > > Still not nice enough for me :D > > > > Use the ECLASS_VARIABLE to describe it @DEFAULT_UNSET is what you seek, > > see > > git-2.eclass. > > > > Tom > > What about this one? - if ! [[ "${REPLACING_VERSIONS}" ]] || [[ "${FORCE_PRINT_ELOG}" ]]; then + if ! [[ -n "${REPLACING_VERSIONS}" || -n "${FORCE_PRINT_ELOG}" ]]; then But thats just cosmetic Tom