use '<' instead of cat
This commit is contained in:
parent
7b178ba39f
commit
0d0eec495f
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue