mirror of https://github.com/odrling/Aegisub
Fixed "invalid -e option" warning when converting images to xpm
Originally committed to SVN as r1126.
This commit is contained in:
parent
5ee7106920
commit
bd72e621b8
|
@ -22,7 +22,7 @@ XPMNAMES=""
|
|||
for I in *.bmp
|
||||
do
|
||||
DNAME="`grep "bitmaps/$I" $RESFILE | cut -d ' ' -f 1`"
|
||||
echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
|
||||
/bin/echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
|
||||
\t\$(CONVERT) -transparent \\#c0c0c0 \$(srcdir)/$I ${DNAME}_xpm.xpm
|
||||
"
|
||||
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"
|
||||
|
|
Loading…
Reference in New Issue