add_linter #5

Merged
otthorn merged 8 commits from add_linter into master 2021-02-19 01:20:11 +01:00
Showing only changes of commit f6bc246ff2 - Show all commits

View file

@ -103,8 +103,8 @@ ${bold}$output_path${normal}."
-dNOPAUSE \
-dQUIET \
-dBATCH \
-sOutputFile=$output_path \
$input_path
-sOutputFile="$output_path" \
"$input_path"
else
echo "input_path=$input_path";
echo "output_path=$output_path";
@ -117,8 +117,8 @@ ${bold}$output_path${normal}."
-dPDFSETTINGS=/prepress \
-dNOPAUSE \
-dBATCH \
-sOutputFile=$output_path \
$input_path
-sOutputFile="$output_path" \
"$input_path"
fi
# catching errors