mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
download/git: fix code-style
This file uses leading spaces, not TABs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
863e0d26d8
commit
63a0593566
@ -185,7 +185,7 @@ fi
|
|||||||
# the state of the remote server. It also would generate large tarballs
|
# the state of the remote server. It also would generate large tarballs
|
||||||
# (gigabytes for some linux trees) when a full clone took place.
|
# (gigabytes for some linux trees) when a full clone took place.
|
||||||
find . -not -type d \
|
find . -not -type d \
|
||||||
-and -not -path "./.git/*" >"${output}.list"
|
-and -not -path "./.git/*" >"${output}.list"
|
||||||
LC_ALL=C sort <"${output}.list" >"${output}.list.sorted"
|
LC_ALL=C sort <"${output}.list" >"${output}.list.sorted"
|
||||||
|
|
||||||
# Create GNU-format tarballs, since that's the format of the tarballs on
|
# Create GNU-format tarballs, since that's the format of the tarballs on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user