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