Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
kernel-builder
Commits
7ca69607
Commit
7ca69607
authored
May 27, 2019
by
Dorota Czaplejewicz
Browse files
Fix shellcheck errors
parent
fa22a4e8
Pipeline
#13491
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build_kernel_deb.sh
View file @
7ca69607
...
...
@@ -47,7 +47,7 @@ usage() {
echo
" -r Build the redpine reflash module."
}
while
getopts
":hb:"
opt
;
do
while
getopts
":hb:
r
"
opt
;
do
case
${
opt
}
in
b
)
pureos_board
=
$OPTARG
...
...
@@ -142,7 +142,7 @@ git log | head -n 1 | awk '{ print $2 };' >> "${OUTPUT_DIR}/kernel-git-${ARCH}.t
case
"
${
pureos_board
}
"
in
devkit
)
if
[
-ne
${
build_redpine
}
]
;
then
if
[
${
build_redpine
}
-eq
1
]
;
then
build_redpine
fi
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment