#!/bin/sh
grep -s -v '^#\|^$' /etc/ld-musl-i386.d/* | sort -u > /etc/ld-musl-i386.path
