=== modified file 'bin/fileset_inc.sh' --- bin/fileset_inc.sh 2015-04-21 11:44:26 +0000 +++ bin/fileset_inc.sh 2013-09-28 23:58:03 +0000 @@ -59,7 +59,7 @@ } r() { - if test -e "$fname" -o -L "$fname"; then + if test -e "$fname"; then if $f_r; then rm_flags r else @@ -71,7 +71,7 @@ f() { if test -f "$fname"; then return - elif test -e "$fname" -o -L "$fname"; then + elif test -e "$fname"; then if $f_bang; then rm_flags r else @@ -87,7 +87,7 @@ d() { if test -d "$fname"; then return - elif test -e "$fname" -o -L "$fname"; then + elif test -e "$fname"; then if $f_bang; then rm_flags else