From 79ace1cccc52b4592498c0b174f83c0288fe00f0 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 1 Oct 2024 10:32:49 -0500 Subject: [PATCH] Makefile: Work on BusyBox! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03765be..edd3c34 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ dist/bin/%.bash: %.bash dist/bin/%: scripts/% dist/bin sed 's/^\(.\s\+\)\("\)*.\+\/util\//\1\2$(shell \ - sed 's/\([$\/]\)/\\\1/g' <<<$(PREFIX))\/lib\/bash-util\//' < $< > $@ + echo -n $(PREFIX) | sed 's/\([$\/]\)/\\\1/g')\/lib\/bash-util\//' < $< > $@ chmod 755 $@ dist/lib/bash-util: