1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 02:15:26 +03:00
ben-wpan/scripts
Werner Almesberger cfbdd45323 Despite trying to be careful with quoting, some spaces in file names still
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.)
2010-08-29 03:41:54 -03:00
..
ppmdiff ppmdiff detects lack of changes more quickly. Improved cache robustness. 2010-08-27 13:40:38 -03:00
dsv Added a data sheet viewer. It improves upon the design used in gta02-core by 2010-08-10 12:26:24 -03:00
fpd2pdf fpd2pdf: ignore fped backup files (and option -a to still use them) 2010-08-28 22:58:04 -03:00
gitenealogy Minor code cleanup and robustness improvement. 2010-08-28 23:12:27 -03:00
gitsch2ppm Minor code cleanup and robustness improvement. 2010-08-28 23:12:27 -03:00
Makefile Generate commit entry and show diffs also for the first commit. Plus cleanup. 2010-08-29 01:44:25 -03:00
sanitize-profile New script sanitize-profile to remove glitches from a KiCad profile. 2010-08-27 20:42:40 -03:00
schhist2web Despite trying to be careful with quoting, some spaces in file names still 2010-08-29 03:41:54 -03:00