mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 01:45:38 +08:00
scripts/strip-kmod.sh: harmonize leading whitespaces
Convert leading spaces to tabs for consistency in the file. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
f4b812dac1
commit
ec0fb23a41
@ -19,7 +19,7 @@ else
|
||||
fi
|
||||
|
||||
if [ -z "$KEEP_BUILD_ID" ]; then
|
||||
ARGS="$ARGS -R .note.gnu.build-id"
|
||||
ARGS="$ARGS -R .note.gnu.build-id"
|
||||
fi
|
||||
|
||||
${CROSS}objcopy \
|
||||
|
Loading…
Reference in New Issue
Block a user