Skip to content

Commit 366d486

Browse files
committed
scripts : fix sync filenames (#0)
1 parent e44a561 commit 366d486

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/sync-ggml-am.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
175175
-e 's/([[:space:]]|[ab]\/)include\/ggml-rpc\.h/\1ggml\/include\/ggml-rpc.h/g' \
176176
-e 's/([[:space:]]|[ab]\/)include\/ggml-sycl\.h/\1ggml\/include\/ggml-sycl.h/g' \
177177
-e 's/([[:space:]]|[ab]\/)include\/ggml-vulkan\.h/\1ggml\/include\/ggml-vulkan.h/g' \
178-
-e 's/([[:space:]]|[ab]\/)examples\/common\.h/examples\/common.h/g' \
179-
-e 's/([[:space:]]|[ab]\/)examples\/common\.cpp/examples\/common.cpp/g' \
180-
-e 's/([[:space:]]|[ab]\/)examples\/common-ggml\.h/examples\/common-ggml.h/g' \
181-
-e 's/([[:space:]]|[ab]\/)examples\/common-ggml\.cpp/examples\/common-ggml.cpp/g' \
182-
-e 's/([[:space:]]|[ab]\/)LICENSE/LICENSE/g' \
183-
-e 's/([[:space:]]|[ab]\/)scripts\/gen-authors\.sh/scripts\/gen-authors.sh/g' \
178+
-e 's/([[:space:]]|[ab]\/)examples\/common\.h/\1examples\/common.h/g' \
179+
-e 's/([[:space:]]|[ab]\/)examples\/common\.cpp/\1examples\/common.cpp/g' \
180+
-e 's/([[:space:]]|[ab]\/)examples\/common-ggml\.h/\1examples\/common-ggml.h/g' \
181+
-e 's/([[:space:]]|[ab]\/)examples\/common-ggml\.cpp/\1examples\/common-ggml.cpp/g' \
182+
-e 's/([[:space:]]|[ab]\/)LICENSE/\1LICENSE/g' \
183+
-e 's/([[:space:]]|[ab]\/)scripts\/gen-authors\.sh/\1scripts\/gen-authors.sh/g' \
184184
> ggml-src.patch.tmp
185185
mv ggml-src.patch.tmp ggml-src.patch
186186

0 commit comments

Comments
 (0)