From 82724a21c9a8639fa5a4e231b98c9cfd44c96f8e Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 21 Nov 2023 18:11:14 -0500 Subject: [PATCH] oh, this stops us from determining provides now --- libexec/stage-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/stage-test.ts b/libexec/stage-test.ts index 14701e9e..b5fb1e20 100755 --- a/libexec/stage-test.ts +++ b/libexec/stage-test.ts @@ -65,7 +65,7 @@ let text = undent` cc|c++|ld) ${pkgx} +llvm.org -- "$@";; *) - ${pkgx} -- "$@";; + ${pkgx} "$@";; esac }