Opened 11 years ago
#339 new defect
dllar: rm -f is called in help mode
| Reported by: | dmik | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | new |
| Component: | libc | Version: | 0.6.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It's rather unclear why dllar.cmd calls cleanup when it is run w/o any options (or with the -help option) to just print the help message. More over, since outFile is not set by that moment, the cleanup command becomes
rm -f .a .def .dll
which is a complete nonsense.
Note:
See TracTickets
for help on using tickets.
