[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 0f2656669fbdf627a3ddf11bdb72e3ec9cef68fd

Guillaume Rousse guillomovitch at zarb.org
Mon Mar 30 20:05:41 UTC 2009


The following commit has been merged in the master branch:
commit e3d64089ca10ab9d3bc8a99e0f082d7bb8dd6497
Author: Guillaume Rousse <guillomovitch at zarb.org>
Date:   Mon Mar 30 21:58:56 2009 +0200

    fix previous commit

diff --git a/contrib/screen b/contrib/screen
index 2ac22b1..84c5fb6 100644
--- a/contrib/screen
+++ b/contrib/screen
@@ -55,8 +55,6 @@ _screen()
 			_filedirs
 			return 0
 			;;
-		esac
-	fi
-
+	esac
 } &&
 complete -F _screen $default screen

-- 
bash-completion



More information about the Bash-completion-commits mailing list