Skip to content

Commit 5a50d6e

Browse files
Escape parentheses
1 parent 5919378 commit 5a50d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fix:
1010
@/usr/libexec/PlistBuddy -c \
1111
"Delete :FILEHEADER" \
1212
"$(XCSHAREDDATA)/IDETemplateMacros.plist" >/dev/null 2>&1 || true
13-
@header=$$'\n// All Contributions by Match Group\n//\n// Copyright © ___YEAR___ Tinder (Match Group, LLC)\n//\n// Licensed under the Match Group Modified 3-Clause BSD License.\n// See https://github.com/Tinder/CollectionBuilders/blob/main/LICENSE for license information.\n//'; \
13+
@header=$$'\n// All Contributions by Match Group\n//\n// Copyright © ___YEAR___ Tinder \(Match Group, LLC\)\n//\n// Licensed under the Match Group Modified 3-Clause BSD License.\n// See https://github.com/Tinder/CollectionBuilders/blob/main/LICENSE for license information.\n//'; \
1414
/usr/libexec/PlistBuddy -c \
1515
"Add :FILEHEADER string $$header" \
1616
"$(XCSHAREDDATA)/IDETemplateMacros.plist" >/dev/null 2>&1

0 commit comments

Comments
 (0)