Merge pull request #4289 from moonfruit/master

Remove redundant semicolon
This commit is contained in:
Robby Russell 2015-08-30 21:33:26 -07:00
commit 50d329450e

View File

@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
function tab() { function tab() {
local command="cd \\\"$PWD\\\"; clear; " local command="cd \\\"$PWD\\\"; clear"
(( $# > 0 )) && command="${command}; $*" (( $# > 0 )) && command="${command}; $*"
the_app=$( the_app=$(