Skip to content

Commit 2acdc9c

Browse files
authored
Merge pull request #57 from IBM-Swift/packages_parsing_again
Packages parsing again
2 parents fa27bc7 + 4d93e1d commit 2acdc9c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ status "Fetching Swift packages and parsing Package.swift files..."
166166
swift package fetch
167167
PACKAGES_TO_INSTALL=($(find . -type f -name "Package.swift" | xargs egrep -r "Apt *\(" | sed -e 's/^.*\.Apt *( *" *//' -e 's/".*$//' | sort | uniq))
168168
if [ "${#PACKAGES_TO_INSTALL[@]}" -gt "0" ]; then
169-
status "Packages to install ${PACKAGES_TO_INSTALL[@]}"
169+
status "Additional packages to download: ${PACKAGES_TO_INSTALL[@]}"
170170
download_packages "${PACKAGES_TO_INSTALL[@]}"
171171
else
172-
status "There are no extra packages to install."
172+
status "No additional packages to download."
173173
fi
174174

175175
# ----------------------------------------------------------------------------- #
1.02 MB
Binary file not shown.
810 KB
Binary file not shown.
478 KB
Binary file not shown.

0 commit comments

Comments
 (0)