Skip to content

Commit

Permalink
tools: Use $PATH to determine location for phantomjs
Browse files Browse the repository at this point in the history
Another place we want to use $PATH to determine the location of
phantomjs, in case it's installed to a home directory.

Closes #1233
Reviewed-by: Marius Vollmer <marius.vollmer@redhat.com>
  • Loading branch information
stefwalter authored and mvollmer committed Sep 23, 2014
1 parent 3ba12e6 commit 242a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tap-phantom
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/phantomjs
#!/usr/bin/env phantomjs

/*
* Copyright (C) 2013 Red Hat, Inc.
Expand Down

0 comments on commit 242a996

Please sign in to comment.