summaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Collapse)Author
2020-04-21remove bloatFlorian Dold
2019-12-16switch existence over to 'type', add shell check for type built-in support.ng0
2019-12-10also detect other Python versions ...Florian Dold
2019-11-25add msg, progname, version_versionng0
2019-11-11another -fng0
2019-10-22start to make sh code reusable.ng0
hope the configure doesn't blow up, locally tested. this now requires readlink(1) and so far only serves the purpose to get to call python indepent of setting a python version in a Makefile for which with the current layout we'd have to run configure which would require python. Or we just record the location or name of the python executable in config.mk...