From 34d908b490d9b14532a1617fa80a258d709267a3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 10 Oct 2017 13:19:52 +0200 Subject: investigate.sh: Fix the handling of relative dump paths --- broccoli/script/investigate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'broccoli') diff --git a/broccoli/script/investigate.sh b/broccoli/script/investigate.sh index df1c617..f701102 100755 --- a/broccoli/script/investigate.sh +++ b/broccoli/script/investigate.sh @@ -10,7 +10,7 @@ then exit fi -CAPTURE_FILE=$1 +CAPTURE_FILE=$(realpath "$1") FILTER_MACHINE=$2 FILTER_REGISTER=$3 -- cgit v1.2.1