Sign in
gfiber
/
buildroot
/
a3674d82527508b9a6bc73dcd0a641608b4e9be9
/
.
/
support
/
scripts
/
is-git.sh
blob: ec99a5e4eb9a1df9f75a1a8281de2b1cc39d6fa5 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
!
-
d
../.
git
/
modules
];
then
exit
1
fi