From 4a02eadf6111dac1692ce6d58226d87895d7a0f2 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 3 Aug 2016 02:17:18 -0400 Subject: office/convertlit: Fix lit2epub script. --- office/convertlit/lit2epub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'office/convertlit/lit2epub') diff --git a/office/convertlit/lit2epub b/office/convertlit/lit2epub index 3dca90e68b..5abf870267 100644 --- a/office/convertlit/lit2epub +++ b/office/convertlit/lit2epub @@ -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, -- cgit v1.2.3