~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to kubuntu/validate_all.sh

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2007-09-14 10:20:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070914102056-u2mbhhsq3xn1ed3p
Tags: 7.10-4
* New SVN checkout - string freeze
* Fixed files-and-docs (LP: #139613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
for x in */C/*.xml; do
 
4
                y=$(basename ${x})
 
5
                echo ${y}
 
6
                ../validate.sh */C/${y}
 
7
done