aboutsummaryrefslogtreecommitdiff
path: root/infection
diff options
context:
space:
mode:
Diffstat (limited to 'infection')
-rwxr-xr-xinfection2
1 files changed, 1 insertions, 1 deletions
diff --git a/infection b/infection
index 353128c..8572a6d 100755
--- a/infection
+++ b/infection
@@ -22,7 +22,7 @@ function infection_usage {
function infection_init {
# Set dir and base names depending on the way the program was called (symlink or direct)
if [ "$(cd `dirname $0` &> /dev/null && basename `pwd`)" == "inception" ]; then
- DIRNAME="$(cd `dirname $0/..` &> /dev/null && pwd)"
+ DIRNAME="$(cd `dirname $0`/.. &> /dev/null && pwd)"
else
DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)"
fi