Skip to content

Commit

Permalink
escape?
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 7, 2023
1 parent d62507e commit f9f4830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apkbuild-parser/repo.ts
Expand Up @@ -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
Expand Down

0 comments on commit f9f4830

Please sign in to comment.