]> arthur.barton.de Git - bup.git/commit
cmd/drecurse: correctly pass excluded_paths to recursive_dirlist
authorAneurin Price <aneurin.price@gmail.com>
Thu, 12 Jan 2012 16:15:23 +0000 (16:15 +0000)
committerRob Browning <rlb@defaultvalue.org>
Fri, 17 Aug 2012 18:42:57 +0000 (13:42 -0500)
commit02980485f6c027daf2323087dedeb3cbf1e69d58
treed2a77491e3783577a89106cbe93af9202d3d93bb
parent6852c1413269e93f9edff7c4587d1e59dd6574b1
cmd/drecurse: correctly pass excluded_paths to recursive_dirlist

The excluded_paths argument was being passed as a positional argument,
but its position actually corresponded to the 'bup_dir' argument, so
'bup drecurse --exclude=/foo/bar /foo' has never worked.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/drecurse-cmd.py