From 6c85305a9b2001517a2c7834ab1e14d917efc4c8 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Mon, 9 Sep 2019 16:45:18 +0200 Subject: [PATCH] Normalize session path before printing it --- shcrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shcrt b/shcrt index 7fef40b..5f70dfe 100755 --- a/shcrt +++ b/shcrt @@ -263,7 +263,7 @@ function scrt_session { session="$1" echo echo "Session file:" - echo "$session" + realpath --no-symlinks "$session" echo echo "Commands:" "$DIR/crt2foss.py" "$session_path/../" "$session"