Patch a bug leading to add extra quote to command line parametters
Former-commit-id: f84fd562054be66141b10621da80c9bd8817a93e Former-commit-id: be585a9ed7e20e2ecd2898b575b5efd2c7ceea22
This commit is contained in:
@ -29,7 +29,7 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -- $options
|
eval set -- "$options"
|
||||||
|
|
||||||
while [ $# -gt 0 ]
|
while [ $# -gt 0 ]
|
||||||
do
|
do
|
||||||
@ -64,6 +64,7 @@ pushTmpDir ORG.organnot
|
|||||||
QUERY="$1"
|
QUERY="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
RESULTS=$(basename ${QUERY/.*/})
|
RESULTS=$(basename ${QUERY/.*/})
|
||||||
LOG="${CALL_DIR}/${RESULTS}.log"
|
LOG="${CALL_DIR}/${RESULTS}.log"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user