소스 검색

Applied fix suggested by Arno Peters to the fop shell script. This fix

makes the script work with a FOP_HOME path containing spaces. This
solves bug 42616.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@551972 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Simon Pepping 17 년 전
부모
커밋
c267a577c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      fop

+ 2
- 0
fop 파일 보기

@@ -22,6 +22,8 @@ fop_exec_args=
no_config=false
fop_exec_debug=false
show_help=false
export IFS="
"
for arg in "$@" ; do
if [ "$arg" = "--noconfig" ] ; then
no_config=true

Loading…
취소
저장