summaryrefslogtreecommitdiff
path: root/contrib/new-theory
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/new-theory')
-rwxr-xr-xcontrib/new-theory4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/new-theory b/contrib/new-theory
index 0d9e45647..b349e78b0 100755
--- a/contrib/new-theory
+++ b/contrib/new-theory
@@ -179,8 +179,8 @@ if ! mv -f src/Makefile.am.new-theory src/Makefile.am; then
exit 1
fi
-echo "Adding ${dir}_options to src/options/Makefile.am..."
-if grep -q '^ ${dir}_options' src/options/Makefile.am &>/dev/null; then
+echo "Adding ${dir}_options.toml to src/options/Makefile.am..."
+if grep -q '^ ${dir}_options.toml' src/options/Makefile.am &>/dev/null; then
echo "NOTE: src/options/Makefile.am already seems to link to $dir option files"
else
awk -v name="$dir" -f contrib/new-theory.awk src/options/Makefile.am > src/options/Makefile.am.new-theory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback