From d3f3c2544b31d2ee194b1287bd07057b32871d7a 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(-) 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