Commit 82687cd6 authored by Takeya Yuki's avatar Takeya Yuki

Fix Get Terminal Dead Loop

parent 4b0cf233
......@@ -1651,6 +1651,7 @@ get_term() {
"gnome-terminal-") term="gnome-terminal" ;;
*) term="${name##*/}" ;;
esac
break;
done
# Log that the function was run.
......@@ -4323,4 +4324,4 @@ main() {
return 0
}
main "$@"
\ No newline at end of file
main "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment