Skip to content

Commit 12eb741

Browse files
MaxDesiatovaciidgh
authored andcommitted
Fix swift-tools-support-core path in Utilities/import
Currently the directory is named `swift-tools-support-core`, not `TSC`.
1 parent cd4bc32 commit 12eb741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/import

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1515
SRCROOT="`cd "${__dir}/..";pwd`"
1616
echo "SRCROOT is $SRCROOT"
1717

18-
IMPORT_DIR="`cd "${SRCROOT}/../swiftpm/TSC";pwd`"
18+
IMPORT_DIR="`cd "${SRCROOT}/../swiftpm/swift-tools-support-core";pwd`"
1919

2020
echo Copying from $IMPORT_DIR
2121
cp -r ${IMPORT_DIR}/* $SRCROOT

0 commit comments

Comments
 (0)