Mercurial > dropbear
view libtommath/genlist.sh @ 1458:bdd3802c8ac6
fix format
Argument no. 3 nominally inconsistent with format (int vs. unsigned int)
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Sat, 12 Aug 2017 20:51:58 +0200 |
parents | 60fc6476e044 |
children | 8bba51a55704 |
line wrap: on
line source
#!/bin/bash export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` perl ./parsenames.pl OBJECTS "$a" # $Source$ # $Revision$ # $Date$