Ver a proveniência

v2.0.5 - Better GS error handling and debugging messages

master
Gustavo Neves há 8 anos
ascendente
cometimento
664196eda6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh Ver ficheiro

@@ -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 $?
}



Carregando…
Cancelar
Guardar