~rycwo/workspace

72a8967a045ca28961844c790cd4732332fda619 — Ryan Chan 7 months ago f7e6fac
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