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

Fix Get Terminal Dead Loop

parent 4b0cf233
...@@ -1651,6 +1651,7 @@ get_term() { ...@@ -1651,6 +1651,7 @@ get_term() {
"gnome-terminal-") term="gnome-terminal" ;; "gnome-terminal-") term="gnome-terminal" ;;
*) term="${name##*/}" ;; *) term="${name##*/}" ;;
esac esac
break;
done done
# Log that the function was run. # Log that the function was run.
...@@ -4323,4 +4324,4 @@ main() { ...@@ -4323,4 +4324,4 @@ main() {
return 0 return 0
} }
main "$@" main "$@"
\ No newline at end of file
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