From bda74d3c15a1574b03356474504ab807df498c48 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Apr 2018 10:23:32 +0100 Subject: [PATCH] Output file to working dir --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fa3f5c9..173a3f4 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ ADDITIONAL_ARGS=${@:2} INPUT_FILE=`realpath $1` INPUT_DIR=`dirname $INPUT_FILE` METADATA_FILE="$INPUT_DIR/metadata.yaml" -export OUTPUT_FILE="$INPUT_DIR/output.pdf" +export OUTPUT_FILE="$PWD/output.pdf" INPUT_FILES="$INPUT_FILE"