Skip to content

Commit

Permalink
Trivial fix to rpm vs Makefile version mismatch printing
Browse files Browse the repository at this point in the history
In case of rpm and Makefile version mismatch code now prints Debian
version instead of rpm. This can confuse as Debian version can be correct.
  • Loading branch information
Jarkko Nikula committed May 8, 2013
1 parent 3bca515 commit 083c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify_version
Expand Up @@ -25,7 +25,7 @@ if [ "$DEB_VERS" != "$MAK_VERS" ]; then
fi

if [ "$RPM_VERS" != "$MAK_VERS" ]; then
echo >&2 "$MAK_PATH $MAK_VERS vs $RPM_PATH $DEB_VERS"
echo >&2 "$MAK_PATH $MAK_VERS vs $RPM_PATH $RPM_VERS"
RES=1
fi

Expand Down

0 comments on commit 083c9c2

Please sign in to comment.