summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_openwrt_common.sh')
-rw-r--r--bin/reproducible_openwrt_common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index c280d05c..34226ddf 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -19,7 +19,8 @@ cleanup_tmpdirs() {
}
create_results_dirs() {
- mkdir -p $BASE/openwrt/dbd
+ local project=$1
+ mkdir -p $BASE/$project/dbd
}
# type = openwrt or lede