[Lunar-commits] <lunar> Needs a -r.
Auke Kok
sofar at lunar-linux.org
Mon Jul 2 04:43:03 CEST 2012
commit 33abb637e89f90431a16ac30666e8e022456d0dc
Author: Auke Kok <sofar at lunar-linux.org>
Date: Fri May 27 14:00:42 2005 +0000
Needs a -r.
---
bin/lvu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lvu b/bin/lvu
index ef6d908..c80e125 100755
--- a/bin/lvu
+++ b/bin/lvu
@@ -866,7 +866,7 @@ unedit_module()
{
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