Inhibit mlrrc usage in doc-generator scripts

This commit is contained in:
John Kerl 2020-08-19 10:21:20 -04:00
parent 7f1094c66c
commit 2bd823fcac
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
#!/bin/bash
# In case the user running this has a .mlrrc
export MLRRC=__none__
mlr -F | grep -v '^[a-zA-Z]' | uniq | while read funcname; do
echo ""
echo "<a id=\"$funcname\"/>"

View file

@ -13,6 +13,8 @@
# ----------------------------------------------------------------
def main
# In case the user running this has a .mlrrc
ENV['MLRRC'] = '__none__'
print make_top