Normalize session path before printing it
This commit is contained in:
parent
f37d145444
commit
6c85305a9b
1 changed files with 1 additions and 1 deletions
2
shcrt
2
shcrt
|
@ -263,7 +263,7 @@ function scrt_session {
|
||||||
session="$1"
|
session="$1"
|
||||||
echo
|
echo
|
||||||
echo "Session file:"
|
echo "Session file:"
|
||||||
echo "$session"
|
realpath --no-symlinks "$session"
|
||||||
echo
|
echo
|
||||||
echo "Commands:"
|
echo "Commands:"
|
||||||
"$DIR/crt2foss.py" "$session_path/../" "$session"
|
"$DIR/crt2foss.py" "$session_path/../" "$session"
|
||||||
|
|
Loading…
Reference in a new issue