projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f3449
)
base-files: upgrade: fix indent
author
Javier Marcet
<
[email protected]
>
Sat, 4 Apr 2020 15:50:41 +0000
(17:50 +0200)
committer
Adrian Schmutzler
<
[email protected]
>
Fri, 8 May 2020 18:15:43 +0000
(20:15 +0200)
Use same indent as for the rest of the file.
Signed-off-by: Javier Marcet <
[email protected]
>
[add commit description]
Signed-off-by: Adrian Schmutzler <
[email protected]
>
package/base-files/files/lib/upgrade/common.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index a4de7e166624de20f1951a59c18b96cd7e19cdd2..c375b707427e204b7bdcca74f73a8c01a3d9db74 100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-103,11
+103,11
@@
get_magic_long() {
}
get_magic_gpt() {
- (get_image "$@" | dd bs=8 count=1 skip=64) 2>/dev/null
+
(get_image "$@" | dd bs=8 count=1 skip=64) 2>/dev/null
}
get_magic_vfat() {
- (get_image "$@" | dd bs=1 count=3 skip=54) 2>/dev/null
+
(get_image "$@" | dd bs=1 count=3 skip=54) 2>/dev/null
}
part_magic_efi() {