xbps-remove: fix --dry-run for --clean-cache
`xbps-remove --clean-cache --dry-run` did not consider the --dry-run flag, this has been fixed.
This commit is contained in:
@ -27,6 +27,6 @@
|
||||
#define _XBPS_REMOVE_DEFS_H_
|
||||
|
||||
/* From clean-cache.c */
|
||||
int clean_cachedir(struct xbps_handle *);
|
||||
int clean_cachedir(struct xbps_handle *, bool drun);
|
||||
|
||||
#endif /* !_XBPS_REMOVE_DEFS_H_ */
|
||||
|
Reference in New Issue
Block a user