CVS: theedge/bin lvu,1.36,1.37
niki at lunar-linux.org
niki at lunar-linux.org
Thu Oct 2 04:58:43 GMT 2003
Update of /var/cvs/lunar/theedge/bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26995/bin
Modified Files:
lvu
Log Message:
Elaine forgot to change 3 occations of mv_edit to mod_v_safe_edit
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- lvu 17 Sep 2003 00:36:41 -0000 1.36
+++ lvu 2 Oct 2003 04:58:41 -0000 1.37
@@ -659,7 +659,7 @@
;;
md5sum)
- mv_edit $2
+ mod_v_safe_edit $2
if [ -n "$2" ] ; then
if ! md5sum_files "$INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2)" ; then
md5sum_files "$INSTALL_LOGS/*"
@@ -825,7 +825,7 @@
;;
compile)
- mv_edit $2
+ mod_v_safe_edit $2
run_details $2 ;
if [ -f $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2 ] ; then
view_file $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2
@@ -838,7 +838,7 @@
;;
install)
- mv_edit $2
+ mod_v_safe_edit $2
if run_details $2 ; then
view_file $INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2) \
"Install log for $2 does not exist"
More information about the Lunar-commits
mailing list