diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/depmod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/depmod b/examples/depmod index d769590d0..8d421c6ab 100755 --- a/examples/depmod +++ b/examples/depmod | |||
@@ -7,7 +7,7 @@ | |||
7 | # Licensed under GPLv2, see file LICENSE in this source tree. | 7 | # Licensed under GPLv2, see file LICENSE in this source tree. |
8 | # | 8 | # |
9 | 9 | ||
10 | local BASE="${1:-/usr/lib/modules}" | 10 | BASE="${1:-/usr/lib/modules}" |
11 | 11 | ||
12 | find "$BASE" -name '*.ko.gz' | while read I ; do | 12 | find "$BASE" -name '*.ko.gz' | while read I ; do |
13 | N=`basename "$I" '.ko.gz'` | 13 | N=`basename "$I" '.ko.gz'` |