summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rcdn.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/rcdn.in b/bin/rcdn.in
index ae7aad8..a2a8472 100755
--- a/bin/rcdn.in
+++ b/bin/rcdn.in
@@ -8,7 +8,9 @@ remove_link() {
local original="$2"
local sigil="$3"
- if [ "x$dest" = "x/" ]; then
+ $DEBUG "remove_link $1 $2 $3"
+
+ if [ "x$dest" = "x/" -o "x$dest" = "x$DEST_DIR" ]; then
$VERBOSE "not a symlink, skipping: $original"
elif [ -L "$dest" -o "x$sigil" = "xX" ]; then
rm_v -rf "$dest"