From be3822d5859e60306a5bdced9b075c0d7528fcef Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Wed, 30 Jul 2025 10:03:14 -0700 Subject: [PATCH] drop eval Shellcheck says so. --- bin/nix-build-and-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nix-build-and-cache b/bin/nix-build-and-cache index 67e48ff0..54e45aee 100755 --- a/bin/nix-build-and-cache +++ b/bin/nix-build-and-cache @@ -71,4 +71,4 @@ packages() { just "${cache[@]}" } -eval "$@" +"$@"