From e06a429d630203e45fb0133d6ac183c6722ab62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sun, 26 Apr 2015 19:45:59 +0200 Subject: [PATCH] some fixes --- robocode-svm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/robocode-svm b/robocode-svm index b914352..8694325 100755 --- a/robocode-svm +++ b/robocode-svm @@ -1,9 +1,8 @@ #!/usr/bin/env bash -#set -x +set -x # File locations -#dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) || exit datadir="./data" results="$datadir/battle.data" settings="$datadir/settings.last.battle"