From 9f38284e3d82f6483fa770be71f32feb709318c6 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 24 Nov 2023 20:32:31 -0700 Subject: [PATCH] Drop extraneous quotes. --- specs/clang/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/clang/run.sh b/specs/clang/run.sh index 2fbbbcb..ea3761b 100755 --- a/specs/clang/run.sh +++ b/specs/clang/run.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -cp -r "template" "$OUT" +cp -r template/* "$OUT"