aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/depmod2
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
10local BASE="${1:-/usr/lib/modules}" 10BASE="${1:-/usr/lib/modules}"
11 11
12find "$BASE" -name '*.ko.gz' | while read I ; do 12find "$BASE" -name '*.ko.gz' | while read I ; do
13 N=`basename "$I" '.ko.gz'` 13 N=`basename "$I" '.ko.gz'`