tuxedocomputers / tuxedo-tomte

Magic housekeeping package for TUXEDO books
https://www.tuxedocomputers.com/en/What-is-TUXEDO-Tomte.tuxedo
Other
35 stars 10 forks source link

Fix missing diamond operator in isTextInFile #43

Open BastianBlokland opened 2 days ago

BastianBlokland commented 2 days ago

Without the diamond operator it caused the loop to run forever. Output from my system: Use of uninitialized value $_ in pattern match (m//) at /usr/bin/tuxedo-tomte line 5177.

Emohr-Tuxedo commented 4 hours ago

THX, I will correct it and upload it today

Emohr-Tuxedo commented 2 hours ago

The hotfix is online. Please update Tomte and you might want to delete the logfile:

sudo rm /var/log/tomte/tomte.log

THX again for letting me know