Explorar el Código

v2.0.5 - Better GS error handling and debugging messages

master
Gustavo Neves hace 8 años
padre
commit
664196eda6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh Ver fichero

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



Cargando…
Cancelar
Guardar