From 05c93e954f7844dcf29ccd1f5ba2e183c85a14b9 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 28 Jun 2019 08:48:21 -0700 Subject: [PATCH] makeRPath.py nicer error on mis-configuation --- src/tools/makeRPath.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/makeRPath.py b/src/tools/makeRPath.py index 000b8b450..89590e8df 100644 --- a/src/tools/makeRPath.py +++ b/src/tools/makeRPath.py @@ -54,7 +54,8 @@ for root in roots: if froot is None: sys.stderr.write("makeRPath: Final location %s\nNot under any of: %s\n"%(fdir, roots)) - sys.exit(1) + # skip $ORIGIN handling below... + roots = [] output = OrderedDict() for path in args.path: