-
- Downloads

The âonlyclearglobalsâ option was not actually clearing global variables

The driver was calling âclearâ before âglobalâ, hence clearing local and not global variables (unless âglobalâ had already been called at scope). Rather use âclearvars -globalâ. (cherry picked from commit c1381f1d)