Fix Get Terminal Dead Loop

This commit is contained in:
Takeya Yuki 2017-05-20 21:10:49 +09:00
parent 4b0cf233a8
commit 82687cd6bf
1 changed files with 2 additions and 1 deletions

View File

@ -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 "$@"
main "$@"