From f9f48302c6c3587f488b20fd30d9259a4c468940 Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Tue, 7 Feb 2023 00:05:29 -0500 Subject: [PATCH] escape? --- src/apkbuild-parser/repo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apkbuild-parser/repo.ts b/src/apkbuild-parser/repo.ts index aff86fd..1876b9a 100755 --- a/src/apkbuild-parser/repo.ts +++ b/src/apkbuild-parser/repo.ts @@ -6,7 +6,7 @@ const PATCH_KWIN_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./prolinux-night export const globalPatches: Patch[] = [ // Append a line to the APKBUILD file - {cmd: `echo "options=\"$options !strip\"" >> APKBUILD`, runInDir: true}, + {cmd: `echo "options=\\"$options !strip\\"" >> APKBUILD`, runInDir: true}, ]; // List of packages and their git repositories