[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.685)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 685
  Commiter: nori
      Date: 2008-06-11 15:56:14 +0900 (水, 11  6月 2008)
=======================================================
Log:

* progs/afters2h: Use the input dir, not the current dir, as the output dir.


=======================================================
Changed:

U   www/trunk/progs/afters2h

Modified: www/trunk/progs/afters2h
===================================================================
--- www/trunk/progs/afters2h	2008-06-11 06:09:51 UTC (rev 684)
+++ www/trunk/progs/afters2h	2008-06-11 06:56:14 UTC (rev 685)
@@ -3,7 +3,9 @@
 #  afters2h *.html
 
 for f in $*; do
-tt=$(basename $f .html)
+dir=$(dirname $f)
+file=$(basename $f .html)
+tt=$dir/$file
 perl -w -e '
 use strict;