]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Fix repo2solv to work with Busybox find tool 295/head
authorPekka Vuorela <pekka.vuorela@jolla.com>
Mon, 21 Jan 2019 14:45:04 +0000 (16:45 +0200)
committerPekka Vuorela <pekka.vuorela@jolla.com>
Mon, 21 Jan 2019 15:25:18 +0000 (17:25 +0200)
commit97f14774892fbc183c6b402f02a387e19ace933d
tree773f30e66476c8c00ffbcda9273f92ff6f5b545d
parent2e88b25f5419d686b1d817cb1edecbb3305a0d1b
Fix repo2solv to work with Busybox find tool

Busybox find got quite confused by "." as arg0. Added a new instance of
dot as first real parameter as I could assume that being the original
intention.
tools/repo2solv.c