aboutsummaryrefslogtreecommitdiffstats
path: root/tools/updater/update_chconf_nil.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/updater/update_chconf_nil.sh')
-rw-r--r--tools/updater/update_chconf_nil.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updater/update_chconf_nil.sh b/tools/updater/update_chconf_nil.sh
index e00f57bea..ec297286e 100644
--- a/tools/updater/update_chconf_nil.sh
+++ b/tools/updater/update_chconf_nil.sh
@@ -14,7 +14,7 @@ then
then
echo Processing: $1
egrep -e "\#define\s+[a-zA-Z0-9_]*\s+[a-zA-Z0-9_]" <<< "$conffile" | sed 's/\#define //g; s/ */=/g' > ./values.txt
- if ! fmpp -q -C chconf_nil.fmpp
+ if ! fmpp -q -C conf.fmpp -S ../ftl/processors/conf/chconf_nil
then
echo
echo "aborted"