]> arthur.barton.de Git - bup.git/blobdiff - cmd/drecurse-cmd.py
Set pipefail so that "x | y || exit $?" will work properly.
[bup.git] / cmd / drecurse-cmd.py
index f80418592bc0c3f10343551f2467b87870ee3030..218b2ef077fee395809e8a3ff96f2d729e9fa9c3 100755 (executable)
@@ -17,7 +17,7 @@ o = options.Options(optspec)
 if len(extra) != 1:
     o.fatal("exactly one filename expected")
 
-excluded_paths = drecurse.parse_excludes(flags)
+excluded_paths = parse_excludes(flags, o.fatal)
 
 it = drecurse.recursive_dirlist(extra, opt.xdev, excluded_paths=excluded_paths)
 if opt.profile: