Don't use realpath
for existiing files
This commit is contained in:
parent
c4f8835ed8
commit
e9f000473f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue