[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5b54c41de55300fb7c28b435b0e7a595ab1cd7d9

Ville Skyttä ville.skytta at iki.fi
Tue Nov 3 20:49:29 UTC 2009


The following commit has been merged in the master branch:
commit ac43cd55cb4fd0b6781512da46a278a582175b65
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 3 20:14:46 2009 +0200

    Indentation fixes.

diff --git a/contrib/screen b/contrib/screen
index fe1de5f..b08c926 100644
--- a/contrib/screen
+++ b/contrib/screen
@@ -8,7 +8,7 @@ _screen_sessions()
     if [ -n "$1" ]; then
         pattern=".*$1.*"
     else
-    pattern=".*"
+        pattern=".*"
     fi
 
     COMPREPLY=( $( command screen -ls | sed -ne \
@@ -28,7 +28,7 @@ _screen()
         -[dD])
             _screen_sessions
             return 0
-        ;;
+            ;;
     esac
 
     case "$prev" in

-- 
bash-completion



More information about the Bash-completion-commits mailing list