Skip to content

Commit c1480f7

Browse files
committed
Added comment that explains -F flag
1 parent d63870c commit c1480f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/packager

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function find_so_files() {
6161
}
6262

6363
function package_libc_alpine() {
64+
# -F matches a fixed string rather than a regex (grep that comes with busybox doesn't know --fixed-strings)
6465
if grep -F "Alpine Linux" < /etc/os-release > /dev/null; then
6566
if type apk > /dev/null 2>&1; then
6667
apk info --contents musl 2>/dev/null | find_so_files | sed 's/^/\//'

0 commit comments

Comments
 (0)