diff options
| author | intrigeri <intrigeri@boum.org> | 2007-08-05 15:20:34 +0000 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2007-08-05 15:20:34 +0000 | 
| commit | 869ca46e85c9518ad71658b16cc15175cfab071b (patch) | |
| tree | 6fe1714e077d26c33935c0ea56b271ced8a69dd0 /handlers/dup | |
| parent | e3454782c54d3beb93b6f14d6ac4cf7ef8cd5645 (diff) | |
| download | backupninja-869ca46e85c9518ad71658b16cc15175cfab071b.tar.gz backupninja-869ca46e85c9518ad71658b16cc15175cfab071b.tar.bz2 | |
dup: cleanup unused var.
Diffstat (limited to 'handlers/dup')
| -rw-r--r-- | handlers/dup | 2 | 
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__/*}" | 
