use '<' instead of cat

This commit is contained in:
Marcus 2024-01-06 04:52:38 +01:00
parent 7b178ba39f
commit 0d0eec495f

View file

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