summaryrefslogtreecommitdiff
path: root/src/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.sh')
-rw-r--r--src/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.sh b/src/build.sh
index 8297f25..c10aedb 100644
--- a/src/build.sh
+++ b/src/build.sh
@@ -19,7 +19,7 @@ get_buildfiles () {
}
get_deps () {
- for f in $BUILDFILES_DIR/repo/*/$1/*.xibuild; do
+ for f in $BUILDFILES_DIR/repo/$1/*.xibuild; do
sed -rn "s/^.*DEPS=\"(.*)\"/\1/p" $f
done
}