]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config: fix globing error for zsh
authorRocketDev <marocketbd@gmail.com>
Sat, 26 Oct 2024 14:18:09 +0000 (22:18 +0800)
committerAaron Merey <amerey@redhat.com>
Tue, 29 Oct 2024 17:12:06 +0000 (13:12 -0400)
commit00cb3efe36337f27925dbff9b2e7d97c7df95bf8
tree6db9f480ffea0b5b93145e7bcd37bec2b9432b91
parent1a0537c7d0465297fc9d5e2a53e62cd1407d35c3
config: fix globing error for zsh

Zsh treat unmatched glob as error while bash treat that as the original
string. Substitute globing with find to solve.

    * config/profile.sh.in: Fix globing error for zsh

Signed-off-by: RocketDev <marocketbd@gmail.com>
config/profile.sh.in