office/convertlit: Fix lit2epub script.

This commit is contained in:
B. Watson 2016-08-03 02:17:18 -04:00 committed by Willy Sudiarto Raharjo
parent 0bdde9e5ab
commit 4a02eadf61
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
PRGNAM=convertlit
VERSION=${VERSION:-1.8}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -53,7 +53,7 @@ if [ "$2" = "" ]; then
elif [ "$2" = "-" ]; then
OUTFILE="$OUTDIR/output.epub"
else
OUTFILE="$( readlink -f "$OUTFILE" )"
OUTFILE="$( readlink -f "$2" )"
fi
# convertlit and zip both want to spew status messages to stdout,