nix-ccache icon indicating copy to clipboard operation
nix-ccache copied to clipboard

fix setting dest

Open milahu opened this issue 2 years ago • 1 comments

make it work with cpp source files

bash:

source=/a/b/c.x.y.cpp
dest="${source%.*}.o"
echo $dest
# /a/b/c.x.y.o

milahu avatar Jan 08 '22 15:01 milahu