[anyterm] anyterm-cmd: Fix indentation.

abo abo at fedoraproject.org
Fri Jun 1 22:19:04 UTC 2012


commit e62ba41186b50e26b7a16cb7d1e77a79351b5871
Author: Alexander Boström <abo at root.snowtree.se>
Date:   Tue May 22 13:20:22 2012 +0200

    anyterm-cmd: Fix indentation.

 anyterm-cmd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/anyterm-cmd b/anyterm-cmd
index 02b30dd..aa9df57 100644
--- a/anyterm-cmd
+++ b/anyterm-cmd
@@ -15,8 +15,8 @@ while : ; do
     # Make sure it does not start with a "-" and only contains valid
     # username characters.
     if [[ "$U" =~ ^[A-Za-z0-9_][A-Za-z0-9_-]*$ ]]; then
-      ssh "$U at localhost.localdomain" || :
+	ssh "$U at localhost.localdomain" || :
     else
-      echo "Bad username."
+	echo "Bad username."
     fi
 done


More information about the scm-commits mailing list