diff --git a/base/hello_world.sh b/base/hello_world.sh index ee0f938..439543c 100755 --- a/base/hello_world.sh +++ b/base/hello_world.sh @@ -2,7 +2,7 @@ cd `dirname $0` . ./_functions.sh -. ../benchmark.config +. ../config bn_name=`basename $0 .sh` diff --git a/base/show_fw_array.sh b/base/show_fw_array.sh index 6cef899..f5ae136 100644 --- a/base/show_fw_array.sh +++ b/base/show_fw_array.sh @@ -3,7 +3,7 @@ cd `dirname $0` cd .. -. ../benchmark.config +. ../config # include framework list targets="$frameworks_list" diff --git a/benchmark.sh b/benchmark.sh index 1001f9f..99d6e04 100644 --- a/benchmark.sh +++ b/benchmark.sh @@ -15,7 +15,7 @@ if [ ! `which curl` ]; then exit 1; fi -. ./benchmark.config +. ./config function showHelp() { diff --git a/check.sh b/check.sh index 324ccb3..7f80cb6 100755 --- a/check.sh +++ b/check.sh @@ -1,6 +1,6 @@ #!/bin/sh -. ./benchmark.config +. ./config . ./base/option_target.sh # Colors diff --git a/clean.sh b/clean.sh index b91909b..9066a1c 100644 --- a/clean.sh +++ b/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh -. ./benchmark.config +. ./config . ./base/option_target.sh shopt -s extglob diff --git a/clear-cache.sh b/clear-cache.sh index 54b668c..58adc62 100755 --- a/clear-cache.sh +++ b/clear-cache.sh @@ -6,7 +6,7 @@ if [ ! `which composer` ]; then fi -. ./benchmark.config +. ./config . ./base/option_target.sh shopt -s extglob diff --git a/setup.sh b/setup.sh index 34404e9..44c3c81 100644 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,7 @@ if [ ! `which curl` ]; then fi -. ./benchmark.config +. ./config . ./base/option_target.sh for fw in $param_targets diff --git a/update.sh b/update.sh index 84e8dee..ef885ee 100644 --- a/update.sh +++ b/update.sh @@ -4,7 +4,7 @@ if [ ! `which composer` ]; then exit 1; fi -. ./benchmark.config +. ./config . ./base/option_target.sh for fw in $param_targets