Normalize session path before printing it

This commit is contained in:
Davide Depau 2019-09-09 16:45:18 +02:00
parent f37d145444
commit 6c85305a9b
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 1 additions and 1 deletions

2
shcrt
View File

@ -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"