1
Fork 0

Don't use `realpath` for existiing files

This commit is contained in:
Jake Howard 2018-04-25 09:37:11 +01:00
parent c4f8835ed8
commit e9f000473f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ADDITIONAL_ARGS=${@:2}
INPUT_FILE=`realpath $1`
INPUT_DIR=`dirname $INPUT_FILE`
METADATA_FILE="$INPUT_DIR/metadata.yaml"
OUTPUT_FILE=`realpath output.pdf`
OUTPUT_FILE="$INPUT_DIR/output.pdf"
INPUT_FILES="$INPUT_FILE"