From d12573daa60c14a371637c9c33ca8def428c6445 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Sun, 11 Feb 2024 10:33:30 -0800 Subject: [PATCH] quote file name (#670) --- mlx/backend/metal/make_compiled_preamble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/backend/metal/make_compiled_preamble.sh b/mlx/backend/metal/make_compiled_preamble.sh index 1271f567d..26b575de4 100644 --- a/mlx/backend/metal/make_compiled_preamble.sh +++ b/mlx/backend/metal/make_compiled_preamble.sh @@ -12,7 +12,7 @@ SRCDIR=$3 CONTENT=$($CC -I $SRCDIR -E $SRCDIR/mlx/backend/metal/kernels/compiled_preamble.h 2>/dev/null) -cat << EOF > $OUTPUT_FILE +cat << EOF > "$OUTPUT_FILE" // Copyright © 2023-24 Apple Inc. namespace mlx::core::metal {