From a422476ddc8b07ee8e17a5962a46cd3b1f2ae17b Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Sun, 19 Jan 2014 14:44:26 -0500 Subject: 4525 remove last vestiges of tonic Reviewed by: Garrett D'Amore Reviewed by: Josef 'Jeff' Sipek Reviewed by: Yuri Pankov Reviewed by: Jens Elkner Approved by: Gordon Ross --- usr/src/tools/scripts/checkpaths.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'usr/src/tools/scripts/checkpaths.sh') diff --git a/usr/src/tools/scripts/checkpaths.sh b/usr/src/tools/scripts/checkpaths.sh index cf74c7362c..5a897deb45 100644 --- a/usr/src/tools/scripts/checkpaths.sh +++ b/usr/src/tools/scripts/checkpaths.sh @@ -114,17 +114,9 @@ fi if [ -f $SRC/tools/opensolaris/license-list ]; then sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \ - validate_paths -n SRC/tools/opensolaris/license-list \ - -e ^usr/closed + validate_paths -n SRC/tools/opensolaris/license-list fi -# Finally, make sure the that (req|inc).flg files are in good shape. -# If SCCS files are not expected to be present, though, then don't -# check them. -if [ ! -d "$CODEMGR_WS/Codemgr_wsdata" ]; then - f_flg='-f' -fi - -validate_flg $f_flg -e ^usr/closed/ +validate_flg -f exit 0 -- cgit v1.2.3