Use busybox compatible flags for xargs
1 files changed, 1 insertions(+), 1 deletions(-) M bin/fmenu_path
M bin/fmenu_path => bin/fmenu_path +1 -1
@@ 12,4 12,4 @@ find_executables() { done done } -find_executables | xargs -L 1 -P 0 basename | sort -u +find_executables | xargs -n 1 -P 0 basename | sort -u