diff options
author | kupfer <none@none> | 2005-11-13 16:47:18 -0800 |
---|---|---|
committer | kupfer <none@none> | 2005-11-13 16:47:18 -0800 |
commit | fb23a357ee0d7777211dcda3cd121f4fa8e36260 (patch) | |
tree | 40f1149d4b2568c16d6e7239739621db46742a85 /usr/src/tools/scripts/checkpaths.sh | |
parent | 9621b9b1b5a73bcacf144283477ff14c5845d6c4 (diff) | |
download | illumos-joyent-fb23a357ee0d7777211dcda3cd121f4fa8e36260.tar.gz |
6346595 tools changes for split tree
Diffstat (limited to 'usr/src/tools/scripts/checkpaths.sh')
-rw-r--r-- | usr/src/tools/scripts/checkpaths.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/tools/scripts/checkpaths.sh b/usr/src/tools/scripts/checkpaths.sh index 742f233fe8..ff707a078d 100644 --- a/usr/src/tools/scripts/checkpaths.sh +++ b/usr/src/tools/scripts/checkpaths.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -85,7 +84,7 @@ done # marked with ISUSED are always known to be good, thus the Latin quote # at the top of the file. if [ -r $SRC/tools/findunref/exception_list ]; then - validate_paths -k ISUSED -r -e '^\*' -b $SRC \ + validate_paths -k ISUSED -r -e '^\*' -b $SRC/.. \ $SRC/tools/findunref/exception_list fi |