use '<' instead of cat

This commit is contained in:
Marcus 2024-01-06 04:52:38 +01:00
parent 7b178ba39f
commit 0d0eec495f
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ floot() {
then
checkfile $PIXLIST
message "using cache from ${YELLOW}$PIXLIST${ENDCOLOR}"
LOL_org="$(cat $PIXLIST)"
LOL_org="$(< $PIXLIST)"
else
checkfile $IMGFILE
message "convertimg image file ${YELLOW}${IMGFILE}${ENDCOLOR}"