Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6e13cca2
...
6e13cca21d0f1cd082f9b7f3981965a7afba45b7
authored
2012-09-25 09:15:34 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes #242 - fixed ruby version of casperjs executable
1 parent
40fe596d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
rubybin/casperjs
rubybin/casperjs
View file @
6e13cca
...
...
@@ -4,7 +4,7 @@
def
resolve
(
file_path
)
while
File
.
symlink?
(
file_path
)
do
file_path
=
File
.
dirname
(
file_path
)
+
'/'
+
File
.
readlink
(
file_path
)
file_path
=
File
.
readlink
(
file_path
)
end
file_path
end
...
...
Please
register
or
sign in
to post a comment