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
|
fi
|
||||||
|
|
||||||
if [ -z "$KEEP_BUILD_ID" ]; then
|
if [ -z "$KEEP_BUILD_ID" ]; then
|
||||||
ARGS="$ARGS -R .note.gnu.build-id"
|
ARGS="$ARGS -R .note.gnu.build-id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${CROSS}objcopy \
|
${CROSS}objcopy \
|
||||||
|
|
Loading…
Reference in New Issue