Skip to content

Commit 9eccfff

Browse files
committed
Concatenate with newline
1 parent c618319 commit 9eccfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macos/make-universal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ touch $INSTALLDIR/.keep
1212

1313
EXES=$(find $INSTALLDIR -type f -perm -u+x)
1414
LIBS=$(find $INSTALLDIR -type f -name "*.dylib")
15-
FILES="$EXES $LIBS"
15+
FILES="$EXES"$'\n'"$LIBS"
1616
echo "Files: $FILES"
1717
while IFS= read -r file; do
1818
file_arm64=$(sed "s|$INSTALLDIR|$INSTALLDIR-arm64|" <<< $file)

0 commit comments

Comments
 (0)