diff --git a/basics.yml b/basics.yml index 1f03d86..7ad689a 100644 --- a/basics.yml +++ b/basics.yml @@ -709,7 +709,7 @@ then opts=$SSH_ORIGINAL_COMMAND unset SSH_ORIGINAL_COMMAND - eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g') + eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g; s#\\ -# -#g') exit $? fi