Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
dbscripts
Commits
796bed5b
Verified
Commit
796bed5b
authored
Dec 16, 2021
by
Morten Linderud
🏄
Browse files
test/common: correct grep usage
Signed-off-by:
Morten Linderud
<
morten@linderud.pw
>
parent
90d3b8ba
Pipeline
#13897
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/lib/common.bash
View file @
796bed5b
...
...
@@ -240,7 +240,7 @@ checkPackageDB() {
for
db
in
${
DBEXT
}
${
FILESEXT
}
;
do
[
-r
"
${
FTP_BASE
}
/
${
repo
}
/os/
${
repoarch
}
/
${
repo
}${
db
%.tar.*
}
"
]
bsdtar
-xf
"
${
FTP_BASE
}
/
${
repo
}
/os/
${
repoarch
}
/
${
repo
}${
db
%.tar.*
}
"
-O
|
grep
"
${
pkgfile
%
${
PKGEXT
}}
"
&>/dev/null
bsdtar
-xf
"
${
FTP_BASE
}
/
${
repo
}
/os/
${
repoarch
}
/
${
repo
}${
db
%.tar.*
}
"
-O
|
grep
-qFx
"
${
pkgfile
}
"
done
done
done
...
...
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