aboutsummaryrefslogtreecommitdiff
path: root/parse_params.sh
diff options
context:
space:
mode:
Diffstat (limited to 'parse_params.sh')
-rw-r--r--parse_params.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse_params.sh b/parse_params.sh
index 671b012..2c79321 100644
--- a/parse_params.sh
+++ b/parse_params.sh
@@ -58,7 +58,7 @@ set_formatting() {
}
get_platform_dirs() {
- find $DIR/platforms/ -mindepth 1 -maxdepth 1 -type d \
+ find $DIR/configs/ -mindepth 1 -maxdepth 1 -type d \
| grep -v -e "common\$" -e "\/\."
}
@@ -71,8 +71,8 @@ get_flavour_files() {
if [ "$1" == "all" ] ; then
return
fi
- find $DIR/platforms/$1 -mindepth 1 -maxdepth 1 -type f \
- | grep -v -e "$DIR/platforms/$1/\." -e "\.base"
+ find $DIR/configs/$1 -mindepth 1 -maxdepth 1 -type f \
+ | grep -v -e "$DIR/configs/$1/\." -e "\.base"
}
#Requires PLATFORM as a parameter