summaryrefslogtreecommitdiff
path: root/packaging/srpm-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/srpm-check.sh')
-rw-r--r--packaging/srpm-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/srpm-check.sh b/packaging/srpm-check.sh
index dafd6ca..8ed01ad 100644
--- a/packaging/srpm-check.sh
+++ b/packaging/srpm-check.sh
@@ -32,7 +32,7 @@ newrpm=`readlink -f $2`
# if those are not the same, the source RPM has changed and therefore
# the resulting files are needed.
-cmp_spec $1 $2
+cmp_spec
RES=$?
case $RES in
0)