[Lunar-commits] r15109 - lunar/branches/stable/bin
Auke Kok
sofar at lunar-linux.org
Fri May 27 14:00:42 UTC 2005
Author: sofar
Date: 2005-05-27 14:00:42 +0000 (Fri, 27 May 2005)
New Revision: 15109
Modified:
lunar/branches/stable/bin/lvu
Log:
Needs a -r.
Modified: lunar/branches/stable/bin/lvu
===================================================================
--- lunar/branches/stable/bin/lvu 2005-05-27 14:00:13 UTC (rev 15108)
+++ lunar/branches/stable/bin/lvu 2005-05-27 14:00:42 UTC (rev 15109)
@@ -866,7 +866,7 @@
{
if SECTION=$(find_section $1) ; then
if echo $SECTION | grep -q ^zlocal; then
- rm -f $MOONBASE/$SECTION/$1
+ rm -rf $MOONBASE/$SECTION/$1
message "Removed \"$1\" from \"$SECTION\""
else
message "Module \"$1\" is not in section \"zlocal\""
More information about the Lunar-commits
mailing list