Fix tm script formatting
This commit is contained in:
parent
55c1e12e43
commit
e1113a3f6c
1 changed files with 11 additions and 11 deletions
|
|
@ -92,7 +92,7 @@ _set_session_vars() {
|
|||
# set up session name and config file - if passed in as arguments
|
||||
if [ "$#" -eq 2 ]; then
|
||||
if ! _file_exists "$1" && ! _file_exists "${session_dir}${1}"; then
|
||||
echo "$0: can not source configuration file: '${1}' does not exist."
|
||||
echo >&2 "can not source session file: '${1}' does not exist."
|
||||
exit 1
|
||||
fi
|
||||
_set_session_file_path "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue