4 Mar
2025
4 Mar
'25
12:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39152 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #0)
If you look at `tools/newHolidays` you will notice the file is not tidy.
To reproduce: 1. Look at `tools/newHolidays` which is clearly not tidy 2. Run: $ ktd --shell k$ perl misc/devel/tidy.pl tools/newHolidays.pl k$ git diff => FAIL: No changes! 3. Replace `our` for `my` on the variable definitions 4. Repeat 2 => SUCCESS: The file is correctly tidied now!
Or did you mean that the "our" lines were not tidy? And not the whole file. -- You are receiving this mail because: You are watching all bug changes.