[Lunar-commits] CVS: theedge/sbin lin,1.86,1.87
Auke Kok
sofar at lunar-linux.org
Tue Dec 7 13:56:03 UTC 2004
Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/sbin
Modified Files:
lin
Log Message:
foo
Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- lin 7 Dec 2004 12:12:40 -0000 1.86
+++ lin 7 Dec 2004 13:56:01 -0000 1.87
@@ -124,11 +124,13 @@
for M in $LIST $MODULES; do
THIS_TEMP=$(temp_create "$M.download.log")
rm $THIS_TEMP
- eval TEMP_DOWNLOAD_LOG_$M=$THIS_TEMP
+ SAFE_M=$(echo $M | md5sum | awk '{print $1}')
+ eval TEMP_DOWNLOAD_LOG_$SAFE_M=$THIS_TEMP
done
(
for M in $LIST $MODULES; do
- eval THIS_TEMP=\$TEMP_DOWNLOAD_LOG_$M
+ SAFE_M=$(echo $M | md5sum | awk '{print $1}')
+ eval THIS_TEMP=\$TEMP_DOWNLOAD_LOG_$SAFE_M
lget $M > $THIS_TEMP 2>&1 &
echo "$M:`jobs -p`:$THIS_TEMP" >> $TEMP_DOWNLOAD_PIDS
wait
More information about the Lunar-commits
mailing list