commit 90294e6f4d90527c408f8d7a7071c0394e5c5c98 from: Sergey Bronnikov date: Mon Jul 08 11:42:07 2024 UTC litclock: fix shellcheck warning (SC2034) The patch fixes "SC2034 (warning): sfw appears unused." commit - d67e763924f198910c6d57f8ed681d97d411dd53 commit + 90294e6f4d90527c408f8d7a7071c0394e5c5c98 blob - 5c2e242ccf1b5ba990ebff5280d2aeb282103a72 blob + d210147a3275238fb42327331d298c88e08471fb --- litclock +++ litclock @@ -55,7 +55,7 @@ IFS='|' exec < "$quotes_file" while read -r line do - read -r time time_words quote title author sfw <<< "$line" + read -r time time_words quote title author _ <<< "$line" if [ "$ctime" != "$time" ]; then continue fi