Fix clear-pycs alias in .reviewboardrc
Review Request #9060 — Created July 8, 2017 and submitted — Latest diff uploaded
The
*
in the alias was getting expanded by the shell and so would only
delete a single.pyc
file instead of all of them.
With this patch applied,
rbt clear-pycs
functions as intended.