FastRWeb icon indicating copy to clipboard operation
FastRWeb copied to clipboard

use mkdir -p because directory exists on repeated builds

Open pomi601 opened this issue 1 year ago • 0 comments

This minor change adds -p to the mkdir command so it does not fail if the directory already exists. I ran into this when attempting repeated builds using R CMD INSTALL on an extracted directory containing the release version of FastRWeb. This change corrects the problem.

I've tested that mkdir -p works in PowerShell and CMD on whatever version of Windows 11 I am running, in case that's a concern. I wasn't sure if this script was meant to be cross platform.

pomi601 avatar Jul 26 '24 09:07 pomi601