https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39152
--- Comment #2 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
