Skip to content

BF: install_yn is currently 'lost' between shell commands

Matthew Webster requested to merge bf/tclindex into master

The current tclinstall rule looks to be failing due to install_yn not being propagated between shell commands. This breaks the test that runs auto_mkindex, example output from a make install below

Installing tcl scripts
install -p -m 0755 feat.tcl <blah>/tcl/
...
ln -s Runtcl Feat_gui
...
/bin/sh: line 0: [: =: unary operator expected

Merge request reports