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 --- archrm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archrm') diff --git a/archrm b/archrm index 855e9f5..d2c0997 100755 --- a/archrm +++ b/archrm @@ -1,7 +1,7 @@ #!/bin/bash -if [ "$1" = "" ]; then - echo "Usage: archrm " +if [ "$1" = '' ]; then + echo 'Usage: archrm ' exit 1 fi @@ -11,3 +11,6 @@ fi #popd rm -rf $1 + +# 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