On Wed, 2016-12-14 at 00:31 +0100, Beat Bolli wrote: > + ( cd uniset && git checkout 4b186196dd )
Micronit, but this is perhaps better written as git -C uniset checkout 4b186196dd to avoid the subshell and cd. D.
On Wed, 2016-12-14 at 00:31 +0100, Beat Bolli wrote: > + ( cd uniset && git checkout 4b186196dd )
Micronit, but this is perhaps better written as git -C uniset checkout 4b186196dd to avoid the subshell and cd. D.