/[guile]/guile/guile-scripts/render-bugs
ViewVC logotype

Diff of /guile/guile-scripts/render-bugs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ttn, Wed Apr 24 06:57:39 2002 UTC revision 1.2 by ttn, Wed May 1 20:58:08 2002 UTC
# Line 4  Line 4 
4  # (or BUGS-DB-DIR if specified).  # (or BUGS-DB-DIR if specified).
5    
6  cd ${1-../workbook/bugs/}  cd ${1-../workbook/bugs/}
7    
8    now=`date -u "+%Y-%m-%d %H:%M:%S"`
9    
10    echo 'Guile BUGS database snapshot' $now 'UTC -- do not edit!'
11    echo 'Please send bug reports to bug-guile@gnu.org (after checking this file).'
12    echo
13  find . -name '[a-z0-9]*' -type f \  find . -name '[a-z0-9]*' -type f \
14      \( -printf "name: %f\n" \      \( -printf "name: %f\n" \
15         -exec sed '/^$/ q' '{}' \; \) \         -exec sed '/^$/ q' '{}' \; \) \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26