aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2007-08-05 15:20:34 +0000
committerintrigeri <intrigeri@boum.org>2007-08-05 15:20:34 +0000
commit869ca46e85c9518ad71658b16cc15175cfab071b (patch)
tree6fe1714e077d26c33935c0ea56b271ced8a69dd0 /handlers
parente3454782c54d3beb93b6f14d6ac4cf7ef8cd5645 (diff)
downloadbackupninja-869ca46e85c9518ad71658b16cc15175cfab071b.tar.gz
backupninja-869ca46e85c9518ad71658b16cc15175cfab071b.tar.bz2
dup: cleanup unused var.
Diffstat (limited to 'handlers')
-rw-r--r--handlers/dup2
1 files changed, 0 insertions, 2 deletions
diff --git a/handlers/dup b/handlers/dup
index 8e0367d..edb43ac 100644
--- a/handlers/dup
+++ b/handlers/dup
@@ -129,8 +129,6 @@ execstr_clientpart="/"
set -o noglob
-symlinks_warning="Maybe you have mixed symlinks and '*' in this statement, which is not supported."
-
# excludes
for i in $exclude; do
str="${i//__star__/*}"