aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2007-08-24 23:30:31 +0800
committernetchild <netchild@FreeBSD.org>2007-08-24 23:30:31 +0800
commit62829c83bd16735048e80d2dfea10231b5ee240c (patch)
tree85d50b8620d37a60570b41fae55893abed8c55f5 /Tools
parent1713746d2feb67bb0ceedc671c92e9e505ba35b5 (diff)
downloadfreebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.tar.gz
freebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.tar.zst
freebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.zip
We should also look into sbin/ (not only bin/ and lib/).
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/explicit_lib_depends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/explicit_lib_depends.sh b/Tools/scripts/explicit_lib_depends.sh
index c373608bfff3..bad5152fbfac 100755
--- a/Tools/scripts/explicit_lib_depends.sh
+++ b/Tools/scripts/explicit_lib_depends.sh
@@ -100,7 +100,7 @@ for i in $@; do
}
}
- /^bin\// {
+ /^s*bin\// {
printf "%s/%s\n", CWD, $1;
}