Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HADOOP-12111
Description
139 title=$(GREP title "${PATCH_DIR}/github-pull.json" \
140 | cut -f4 -d\")
should be title=$(${GREP} ...)
139 title=$(GREP title "${PATCH_DIR}/github-pull.json" \
140 | cut -f4 -d\")
should be title=$(${GREP} ...)