1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00

chmod, chroot, comm: fix build

This commit is contained in:
Arcterus 2015-01-09 16:51:51 -08:00
parent 4e0360c495
commit a12fd89cb2
8 changed files with 46 additions and 33 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "deps/time"]
path = deps/time
url = https://github.com/rust-lang/time
[submodule "deps/regex"]
path = deps/regex
url = https://github.com/rust-lang/regex