OCRmyPDF.sh: minor change in code documentation

This commit is contained in:
fritz-hh
2013-04-23 22:57:41 +02:00
parent 2fdaa7595c
commit c293ffd621
+2 -4
View File
@@ -40,7 +40,8 @@ EOF
#################################################
# Get an absolute path from a relative path to a file
#
#
# Param1 : Relative path
# Returns: 1 if the folder in which the file is located does not exist
# 0 otherwise
#################################################
@@ -124,9 +125,6 @@ FILE_OUTPUT_PDFA="`absolutePath "$2"`"
# set script path as working directory
cd "`dirname $0`"
# check if the required utilities are installed
[ $VERBOSITY -ge $LOG_DEBUG ] && echo "Checking if all dependencies are installed"
! command -v gs > /dev/null && echo "Please install ghostcript. Exiting..." && exit $EXIT_MISSING_DEPENDENCY