remove "local" bashism from a few scripts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
#
|
||||
|
||||
local BASE="${1:-/usr/lib/modules}"
|
||||
BASE="${1:-/usr/lib/modules}"
|
||||
|
||||
find "$BASE" -name '*.ko.gz' | while read I ; do
|
||||
N=`basename "$I" '.ko.gz'`
|
||||
|
||||
Reference in New Issue
Block a user