Output file to working dir
This commit is contained in:
parent
54ca1005c0
commit
bda74d3c15
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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"
|
||||
|
||||
|
|
Reference in a new issue