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
Note:
See TracTickets
for help on using tickets.
Actually I was wrong, we at suse had one patch over it and it messed it up totaly.
Sorry for the "spam".