Print

Print


Commit in LCDetectors/detectors on MAIN
make_taglist.sh+2-11.1 -> 1.2


LCDetectors/detectors
make_taglist.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- make_taglist.sh	29 Aug 2006 19:45:22 -0000	1.1
+++ make_taglist.sh	29 Aug 2006 19:46:43 -0000	1.2
@@ -8,7 +8,6 @@
 > taglist.txt
 
 for d in `find . -type d -mindepth 1 -maxdepth 1`; do
-    echo $d
     if [ -d $d ]; then
         if [ -e $d/compact.xml ]; then
             echo $(basename $d) >> taglist.txt 
@@ -18,3 +17,5 @@
 
 sort taglist.txt > taglist.txt.tmp
 mv taglist.txt.tmp taglist.txt
+
+cp taglist.txt /nfs/slac/g/lcd/mc/prj/www/lcsim/detectors
CVSspam 0.2.8