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
5319067c
...
5319067c71f8029fa7838e83a25f7b87c939004d
authored
2011-12-21 16:14:01 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed silly typo
1 parent
100f22a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/casperjs
bin/casperjs
View file @
5319067
...
...
@@ -6,7 +6,7 @@ import sys
def
resolve
(
path
):
while
os
.
path
.
islink
(
path
):
if
os
.
path
.
islink
(
path
):
return
resolve
(
os
.
readlink
(
path
))
return
path
...
...
Please
register
or
sign in
to post a comment