Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Syntax error in common.sh check_rpm_to() #77

Closed
AloisMahdal opened this issue Feb 18, 2016 · 0 comments · Fixed by #78
Closed

Syntax error in common.sh check_rpm_to() #77

AloisMahdal opened this issue Feb 18, 2016 · 0 comments · Fixed by #78

Comments

@AloisMahdal
Copy link
Collaborator

7e33cfa introduced syntax error in check_rpm_to() in common.sh.

If I'm guessing right, author meant

[ -z "$1" ] && RPM=0
[ -z "$2" ] && BINARY=0

rather than

if [ -z "$1" ] && RPM=0
if [ -z "$2" ] && BINARY=0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant