add_linter #5
1 changed files with 4 additions and 4 deletions
|
@ -103,8 +103,8 @@ ${bold}$output_path${normal}."
|
||||||
-dNOPAUSE \
|
-dNOPAUSE \
|
||||||
-dQUIET \
|
-dQUIET \
|
||||||
-dBATCH \
|
-dBATCH \
|
||||||
-sOutputFile=$output_path \
|
-sOutputFile="$output_path" \
|
||||||
$input_path
|
"$input_path"
|
||||||
else
|
else
|
||||||
echo "input_path=$input_path";
|
echo "input_path=$input_path";
|
||||||
echo "output_path=$output_path";
|
echo "output_path=$output_path";
|
||||||
|
@ -117,8 +117,8 @@ ${bold}$output_path${normal}."
|
||||||
-dPDFSETTINGS=/prepress \
|
-dPDFSETTINGS=/prepress \
|
||||||
-dNOPAUSE \
|
-dNOPAUSE \
|
||||||
-dBATCH \
|
-dBATCH \
|
||||||
-sOutputFile=$output_path \
|
-sOutputFile="$output_path" \
|
||||||
$input_path
|
"$input_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# catching errors
|
# catching errors
|
||||||
|
|
Loading…
Reference in a new issue