Browse Source

v2.0.5 - Better GS error handling and debugging messages

master
Gustavo Neves 8 years ago
parent
commit
664196eda6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh View File

@@ -208,7 +208,7 @@ pageResize() {
fi

vprint " Run Resizing: $(uppercase "$RESIZE_PAPER_TYPE") ( "$RESIZE_WIDTH" x "$RESIZE_HEIGHT" ) pts"
GS_RUN_STATUS="$GS_RUN_STATUS$(gsPageResize 2>&1)"
GS_RUN_STATUS="$GS_RUN_STATUS""$(gsPageResize 2>&1)"
return $?
}



Loading…
Cancel
Save