diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-24 14:42:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-24 14:42:25 -0300 |
commit | d6b47e135f7ad21a002498598997a3701ad106de (patch) | |
tree | 7cbb81257dfa8f7c3897a93b144a161ed88eb7b2 /infection | |
parent | b052b851634247bcfe9d11a7005d6dd16b9188f3 (diff) | |
download | inception-d6b47e135f7ad21a002498598997a3701ad106de.tar.gz inception-d6b47e135f7ad21a002498598997a3701ad106de.tar.bz2 |
Another minor fix
Diffstat (limited to 'infection')
-rwxr-xr-x | infection | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |