pkgr icon indicating copy to clipboard operation
pkgr copied to clipboard

use full shell expansion for pkgr yml to allow defaults

Open dpastoor opened this issue 4 years ago • 0 comments

Current os env expansion just expands and if no value will be blank - could instead use mvdan.cc/sh/v3/shell to allow for defaults like ${R_EXE_PATH:-R} for use value of R_EXE_PATH if exists, else R

dpastoor avatar Feb 14 '21 20:02 dpastoor