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
|
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}"
|
||||||
|
|
Loading…
Reference in a new issue