summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtb/build.sh (renamed from build.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/tb/build.sh
index d4c03b2..1954eb5 100755
--- a/build.sh
+++ b/tb/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-dirlist=$(find tb/ -type f -name "Makefile")
+dirlist=$(find . -type f -name "Makefile")
for dir in $dirlist
do