diff --git a/run.pl b/run.pl index 40873c2f..ac7dd7fa 100644 --- a/run.pl +++ b/run.pl @@ -10,8 +10,7 @@ use POSIX qw(strftime); ## the defs chomp($CURRENT_DIR = `pwd`); -chomp($BIN_PATH_REL = $CURRENT_DIR."/".`dirname $0`); -chomp($BIN_PATH = `readlink -f $BIN_PATH_REL`); +chomp($BIN_PATH = `dirname $0`); chomp($OS = `uname -o`); chomp($CORES = `ls -d /sys/devices/system/cpu/cpu[[:digit:]]* | wc -w`);