I think the checkerror() argument will not be able to write in the log:
it comes before the
pushd ${loc} > /dev/null command, and the .log folder may not exist.
I think the checkerror() argument will not be able to write in the log:
it comes before the
`pushd ${loc} > /dev/null` command, and the .log folder may not exist.
The first call to checkerror is at L79 and pushd ${loc} and mkdir -p ./.log are at L69-L71.
Does it?
The first call to `checkerror` is at [L79](https://gin.g-node.org/gin4RRI/gin-scripts/src/master/sync#L79) and `pushd ${loc}` and `mkdir -p ./.log` are at [L69-L71](https://gin.g-node.org/gin4RRI/gin-scripts/src/master/sync#L69-L71).
I think the checkerror() argument will not be able to write in the log: it comes before the
pushd ${loc} > /dev/null
command, and the .log folder may not exist.Does it?
The first call to
checkerror
is at L79 andpushd ${loc}
andmkdir -p ./.log
are at L69-L71.sorry I misunderstood something apparently.