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
b2e004ad
...
b2e004ad26deb13394724e5fa338531d83ad89e8
authored
2011-12-17 20:02:00 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed typo
1 parent
0d498257
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
bin/casperjs
bin/casperjs
View file @
b2e004a
...
...
@@ -2,10 +2,9 @@
CASPER_EXECUTABLE
=
${
BASH_SOURCE
[0]
}
if
[
-
e
"
$CASPER_EXECUTABLE
"
]
;
then
if
[
-
h
"
$CASPER_EXECUTABLE
"
]
;
then
CASPER_EXECUTABLE
=
"
$(
readlink
$CASPER_EXECUTABLE
)
"
fi
CASPERJS_HOME
=
"
$(
cd
-PL
"
$(
dirname
"
$CASPER_EXECUTABLE
"
)
"
&&
cd
..
&&
pwd
)
"
phantomjs
$CASPERJS_HOME
/casper.js --casper-path
=
$CASPERJS_HOME
$*
...
...
Please
register
or
sign in
to post a comment