diff options
Diffstat (limited to 'libtommath/genlist.sh')
-rwxr-xr-x | libtommath/genlist.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/genlist.sh b/libtommath/genlist.sh index 1f53b66..22048cc 100755 --- a/libtommath/genlist.sh +++ b/libtommath/genlist.sh @@ -3,6 +3,6 @@ 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$ +# ref: $Format:%D$ +# git commit: $Format:%H$ +# commit time: $Format:%ai$ |