mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-26 05:17:19 +02:00
cfbdd45323
did upset things. - scripts/schhist2web: backticks in command invocation need quoting - scripts/schhist2web: the change below needs a bashism, so we switch from /bin/sh to /bin/bash - scripts/schhist2web: seems that there's no safe way to use ls -1 in the word list of "for". Use while read ...; ... done < <(ls -1) instead. (We couldn't just pipe this into the while loop, because that would put the loop into a subshell and changes to global variables would thus be lost.) |
||
---|---|---|
.. | ||
ppmdiff | ||
dsv | ||
fpd2pdf | ||
gitenealogy | ||
gitsch2ppm | ||
Makefile | ||
sanitize-profile | ||
schhist2web |