src/utils/qa/makeTouchCommands.csh 1.3
1.3 2009/08/27 17:10:01 kuhn
dropped unneeded line and dropped # in output
Index: src/utils/qa/makeTouchCommands.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/makeTouchCommands.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/makeTouchCommands.csh 27 Aug 2009 17:05:49 -0000 1.2
+++ src/utils/qa/makeTouchCommands.csh 27 Aug 2009 17:10:01 -0000 1.3
@@ -61,10 +61,9 @@
set date=`hgsql -h $host -Ne 'SHOW TABLE STATUS LIKE "'$table'"' $db \
| awk '{print $13, $14}'`
endif
set timestamp=`echo $date | sed -r "s/(:..):(..)/\1\.\2/" | sed "s/[- :]//g"`
- echo "# touch -m -t $timestamp /var/lib/mysql/$db/$table.*"
-# touch -m -t 200701231439.34 /var/lib/mysql/hg19/netMm9.*
+ echo "touch -m -t $timestamp /var/lib/mysql/$db/$table.*"
end
echo