summaryrefslogtreecommitdiffstats
path: root/redhat/genrpm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-xredhat/genrpm.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh
index d80e8da36..aa8b5e681 100755
--- a/redhat/genrpm.sh
+++ b/redhat/genrpm.sh
@@ -116,7 +116,6 @@ rpmbuild -ba \
--define "_sourcedir ${PWD}/${COMP}" \
--define "_prefix ${PREFIX:-/opt/trinity}" \
--define "version ${VERSION:-3.5.13}" \
- $ARGS \
${COMP}/${SPEC} || exit 1
) 2>&1 | tee ${LOGFILE}
RET=$?