Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
gengmeiios
cocoapods
Commits
179600e2
Commit
179600e2
authored
May 25, 2015
by
Florian R. Hanke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Executable] Update documentation.
parent
ea8ff3cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
executable.rb
lib/cocoapods/executable.rb
+1
-3
No files found.
lib/cocoapods/executable.rb
View file @
179600e2
...
@@ -43,9 +43,7 @@ module Pod
...
@@ -43,9 +43,7 @@ module Pod
#
#
# @raise If the command fails and the `raise_on_failure` is set to true.
# @raise If the command fails and the `raise_on_failure` is set to true.
#
#
# @return [String] the output of the command (STDOUT and STDERR).
# @return [String] the output of the command.
#
# @todo Find a way to display the live output of the commands.
#
#
def
self
.
execute_command
(
executable
,
command
,
raise_on_failure
)
def
self
.
execute_command
(
executable
,
command
,
raise_on_failure
)
bin
=
`which
#{
executable
}
`
.
strip
bin
=
`which
#{
executable
}
`
.
strip
...
...
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