From d51b95a12cd6c7501452cfdd59f27fe3d31be613 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 20 May 2024 19:00:41 -0400 Subject: [PATCH] a --- src/web/lang/_bin/transpile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/lang/_bin/transpile.sh b/src/web/lang/_bin/transpile.sh index e6e826c..36cd226 100755 --- a/src/web/lang/_bin/transpile.sh +++ b/src/web/lang/_bin/transpile.sh @@ -24,7 +24,7 @@ transpile() { out="$2" printf "" > "$out" printf " "$out"; - grep "\$lang" < "$file" | xargs -d'\n' -I{} bash -c 'handle_line "$@"' _ {} >> "$out" + grep "\$lang" < "$file" | xargs -n1 -I{} bash -c 'handle_line "$@"' _ {} >> "$out" } transpile "$1" "$2"