File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
3
2
# #===----------------------------------------------------------------------===##
4
3
# #
5
4
# # This source file is part of the SwiftServiceLifecycle open source project
28
27
# #
29
28
# #===----------------------------------------------------------------------===##
30
29
31
- xcrun swift package --disable-sandbox preview-documentation --target $1
30
+ swift package --disable-sandbox preview-documentation --target $1
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ for language in swift-or-c bash dtrace; do
73
73
matching_files=( -name ' *' )
74
74
case " $language " in
75
75
swift-or-c)
76
- exceptions=( -name Package.swift -o -name Package@* .swift )
76
+ exceptions=( -name Package.swift -o -name ' Package@*.swift' )
77
77
matching_files=( -name ' *.swift' -o -name ' *.c' -o -name ' *.h' )
78
78
cat > " $tmp " << "EOF "
79
79
//===----------------------------------------------------------------------===//
You can’t perform that action at this time.
0 commit comments