Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Canonicalize script path so it can be symlinked in /usr/bin/wiz or $H…
Browse files Browse the repository at this point in the history
…OME/bin/wiz.
  • Loading branch information
ceefour committed Oct 28, 2011
1 parent 7030196 commit 52720cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiz
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

WIZ_SCRIPT_PATH=`dirname $_`
WIZ_SCRIPT_PATH=`dirname $(readlink -f "$_")`
WIZ_REQUIRED_PHP_VERSION="5.2"
WIZ_FOUND_PHP=0

Expand Down

0 comments on commit 52720cc

Please sign in to comment.