Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
atbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AnarchyTools
atbuild
Commits
ec8000fd
Commit
ec8000fd
authored
May 04, 2016
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a
parent
7fef48b1
Pipeline
#1813
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
atpkg
atpkg
+1
-1
attools/src/CustomTool.swift
attools/src/CustomTool.swift
+1
-1
No files found.
atpkg
@
a846230a
Subproject commit
b42022731e191cbe5d038a0d624caf5d1de2a27
1
Subproject commit
a846230a116de646ec15ff5bc031de563b07fc1
1
attools/src/CustomTool.swift
View file @
ec8000fd
...
...
@@ -13,7 +13,7 @@ final class CustomTool: Tool {
}
let
name
:
String
init
(
name
:
String
)
{
self
.
name
=
String
(
name
.
characters
[
name
.
characters
.
startIndex
..<
name
.
characters
.
startIndex
.
advanced
(
b
y
:
name
.
characters
.
count
-
7
)])
self
.
name
=
String
(
name
.
characters
[
name
.
characters
.
startIndex
..<
name
.
characters
.
index
(
name
.
characters
.
startIndex
,
offsetB
y
:
name
.
characters
.
count
-
7
)])
}
func
run
(
task
:
Task
,
toolchain
:
String
)
{
var
cmd
=
"
\(
self
.
name
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment