From 362a99b99559a2885b8b3d015b1ba4b2ea96429e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 13 Feb 2010 19:47:16 +0100 Subject: apply common coding style --- communityco | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'communityco') diff --git a/communityco b/communityco index 83e5aae..f4f3e97 100755 --- a/communityco +++ b/communityco @@ -1,10 +1,13 @@ #!/bin/bash -if [ "$1" = "" ]; then - echo "Usage: communityco []" +if [ "$1" = '' ]; then + echo 'Usage: communityco []' exit 1 fi for i in "$@"; do - svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i + svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i done + +# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent +# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132 -- cgit v1.2.3-24-g4f1b