Oops, broken 'install.do' target after pylint fixes.

This commit is contained in:
Avery Pennarun 2018-12-03 21:15:31 -05:00
commit 02f307578b
2 changed files with 43 additions and 37 deletions

View file

@ -42,6 +42,7 @@ for dd in redo*.py; do
exedir = os.path.dirname(os.path.realpath(os.path.abspath(sys.argv[0])))
sys.path.insert(0, os.path.join(exedir, '../lib/redo'))
import $fix
$fix.main()
EOF
$INSTALL -m 0755 install.wrapper $BINDIR/$d
done