Opened 8 years ago

Closed 8 years ago

#710 closed defect (fixed)

Trac update-smart-drivedb inverse logic typo

Reported by: Tomáš Chvátal Owned by:
Priority: major Milestone:
Component: all Version: 6.5
Keywords: Cc:

Description

In the code there atm is:

test -z "$dryrun"
exit 0

Which should be one of those:

test -n "$dryrun"
exit 0

test -z "$dryrun" && exit 0

Change History (1)

comment:1 by Tomáš Chvátal, 8 years ago

Resolution: fixed
Status: newclosed

Actually I was wrong, we at suse had one patch over it and it messed it up totaly.

Sorry for the "spam".

Note: See TracTickets for help on using tickets.