dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 23 forks source link

Build failure after pulling changes due to empty submodule folders #61

Closed mfragkoulis closed 7 years ago

mfragkoulis commented 7 years ago

After the fix for issue #46 , which entailed the restructuring of repo folders, pulling changes results in an inconsistent state where both unix-dgsh-tools/ and unix-tools/ exist. The former used to contain the submodule folders and it was renamed to the latter including the path references in .gitmodules file and each of the submodules' .git file.

mfragkoulis commented 7 years ago

A fresh clone resolves this issue: git clone --recurse-submodules