mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
Stupid piping error :-(
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5564 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb5b07f615
commit
bd54683932
@ -212,7 +212,7 @@ fi
|
|||||||
if [ ${CROP} -eq 1 -a "${GSDEVICE}" = "pnmraw" ]; then
|
if [ ${CROP} -eq 1 -a "${GSDEVICE}" = "pnmraw" ]; then
|
||||||
for FILE in ${BASE}*.${GSSUFFIX}
|
for FILE in ${BASE}*.${GSSUFFIX}
|
||||||
do
|
do
|
||||||
pnmcrop -left ${FILE} | pnmcrop -right ${FILE} > ${BASE}.tmp
|
pnmcrop -left ${FILE} | pnmcrop -right > ${BASE}.tmp
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
mv ${BASE}.tmp ${FILE}
|
mv ${BASE}.tmp ${FILE}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user