Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Baudouin Feildel
aurtomatic
Commits
27e43d76
Commit
27e43d76
authored
Feb 19, 2021
by
Baudouin Feildel
Browse files
Fix bash mistake
parent
9f06f4d0
Pipeline
#1879
failed with stages
in 5 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
27e43d76
...
...
@@ -82,7 +82,7 @@ install_dep_if_needed()
local
dep
=
"
$1
"
local
target
=
$(
pacman
-T
"
$dep
"
)
if
[[
"
$target
"
-a
"
$dep
"
!=
"cargo"
]]
if
[[
"
$target
"
&&
"
$dep
"
!=
"cargo"
]]
then
echo
-n
"Dependency
$dep
is not satisfied"
...
...
Write
Preview
Markdown
is supported
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